Skip to content

Commit

Permalink
fix: Bump aeson bounds to accept aeson-2.2.1.0 (#74)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexbiehl committed Feb 7, 2024
1 parent 5e7c754 commit faee60e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions launchdarkly-server-sdk.cabal
Expand Up @@ -94,7 +94,7 @@ library
TypeOperators
ghc-options: -fwarn-unused-imports -Wall -Wno-name-shadowing
build-depends:
aeson >=1.4.7.1 && <1.6 || >=2.0.1.0 && <2.2
aeson >=1.4.7.1 && <1.6 || >=2.0.1.0 && <2.3
, attoparsec >=0.13.2.4 && <0.15
, base >=4.13 && <5
, base16-bytestring >=0.1.1.7 && <1.1
Expand Down Expand Up @@ -204,7 +204,7 @@ test-suite haskell-server-sdk-test
ghc-options: -rtsopts -threaded -with-rtsopts=-N -Wno-name-shadowing -fwarn-unused-imports
build-depends:
HUnit
, aeson >=1.4.7.1 && <1.6 || >=2.0.1.0 && <2.2
, aeson >=1.4.7.1 && <1.6 || >=2.0.1.0 && <2.3
, attoparsec >=0.13.2.4 && <0.15
, base >=4.13 && <5
, base16-bytestring >=0.1.1.7 && <1.1
Expand Down
2 changes: 1 addition & 1 deletion package.yaml
Expand Up @@ -19,7 +19,7 @@ category: Web
description: Please see the README on GitHub at <https://github.com/launchdarkly/haskell-server-sdk#readme>

dependencies:
- aeson >=1.4.7.1 && <1.6 || >= 2.0.1.0 && <2.2
- aeson >=1.4.7.1 && <1.6 || >= 2.0.1.0 && <2.3
- attoparsec >=0.13.2.4 && <0.15
- base >=4.13 && <5
- base16-bytestring >=0.1.1.7 && <1.1
Expand Down

0 comments on commit faee60e

Please sign in to comment.