Skip to content

Commit faee60e

Browse files
authored
fix: Bump aeson bounds to accept aeson-2.2.1.0 (#74)
1 parent 5e7c754 commit faee60e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

launchdarkly-server-sdk.cabal

+2-2
Original file line numberDiff line numberDiff 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

package.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ category: Web
1919
description: Please see the README on GitHub at <https://github.com/launchdarkly/haskell-server-sdk#readme>
2020

2121
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
2323
- attoparsec >=0.13.2.4 && <0.15
2424
- base >=4.13 && <5
2525
- base16-bytestring >=0.1.1.7 && <1.1

0 commit comments

Comments
 (0)