File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -94,7 +94,7 @@ library
9494 TypeOperators
9595 ghc-options : -fwarn-unused-imports -Wall -Wno-name-shadowing
9696 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
9898 , attoparsec >= 0.13.2.4 && < 0.15
9999 , base >= 4.13 && < 5
100100 , base16-bytestring >= 0.1.1.7 && < 1.1
@@ -204,7 +204,7 @@ test-suite haskell-server-sdk-test
204204 ghc-options : -rtsopts -threaded -with-rtsopts=-N -Wno-name-shadowing -fwarn-unused-imports
205205 build-depends :
206206 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
208208 , attoparsec >= 0.13.2.4 && < 0.15
209209 , base >= 4.13 && < 5
210210 , base16-bytestring >= 0.1.1.7 && < 1.1
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ category: Web
1919description : Please see the README on GitHub at <https://github.com/launchdarkly/haskell-server-sdk#readme>
2020
2121dependencies :
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
2323- attoparsec >=0.13.2.4 && <0.15
2424- base >=4.13 && <5
2525- base16-bytestring >=0.1.1.7 && <1.1
You can’t perform that action at this time.
0 commit comments