File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -94,7 +94,7 @@ library
94
94
TypeOperators
95
95
ghc-options : -fwarn-unused-imports -Wall -Wno-name-shadowing
96
96
build-depends :
97
- aeson >= 1.4.7.1 && < 1.6 || >= 2.0.1.0 && < 2.2
97
+ aeson >= 1.4.7.1 && < 1.6 || >= 2.0.1.0 && < 2.3
98
98
, attoparsec >= 0.13.2.4 && < 0.15
99
99
, base >= 4.13 && < 5
100
100
, base16-bytestring >= 0.1.1.7 && < 1.1
@@ -204,7 +204,7 @@ test-suite haskell-server-sdk-test
204
204
ghc-options : -rtsopts -threaded -with-rtsopts=-N -Wno-name-shadowing -fwarn-unused-imports
205
205
build-depends :
206
206
HUnit
207
- , aeson >= 1.4.7.1 && < 1.6 || >= 2.0.1.0 && < 2.2
207
+ , aeson >= 1.4.7.1 && < 1.6 || >= 2.0.1.0 && < 2.3
208
208
, attoparsec >= 0.13.2.4 && < 0.15
209
209
, base >= 4.13 && < 5
210
210
, base16-bytestring >= 0.1.1.7 && < 1.1
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ category: Web
19
19
description : Please see the README on GitHub at <https://github.com/launchdarkly/haskell-server-sdk#readme>
20
20
21
21
dependencies :
22
- - aeson >=1.4.7.1 && <1.6 || >= 2.0.1.0 && <2.2
22
+ - aeson >=1.4.7.1 && <1.6 || >= 2.0.1.0 && <2.3
23
23
- attoparsec >=0.13.2.4 && <0.15
24
24
- base >=4.13 && <5
25
25
- base16-bytestring >=0.1.1.7 && <1.1
You can’t perform that action at this time.
0 commit comments