Skip to content

Commit 16776c4

Browse files
authored
Merge pull request #1098 from haskell/witherable-0.5
Allow witherable-0.5
2 parents 7cce203 + f66277c commit 16776c4

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

aeson.cabal

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
cabal-version: 2.2
22
name: aeson
33
version: 2.2.2.0
4+
x-revision: 1
45
license: BSD-3-Clause
56
license-file: LICENSE
67
category: Text, Web, JSON
@@ -127,14 +128,14 @@ library
127128
, semialign ^>=1.3
128129
, strict ^>=0.5
129130
, tagged ^>=0.8.7
130-
, text-iso8601 ^>=0.1
131+
, text-iso8601 ^>=0.1.1
131132
, text-short ^>=0.1.5
132133
, th-abstraction ^>=0.5.0.0 || ^>=0.6.0.0 || ^>=0.7.0.0
133134
, these ^>=1.2
134135
, unordered-containers ^>=0.2.10.0
135136
, uuid-types ^>=1.0.5
136137
, vector ^>=0.13.0.0
137-
, witherable ^>=0.4.2
138+
, witherable ^>=0.4.2 || ^>=0.5
138139

139140
ghc-options: -Wall
140141

0 commit comments

Comments
 (0)