From faee60ed4fa118cefaefbbb754835c34af14fa2b Mon Sep 17 00:00:00 2001 From: Alexander Biehl Date: Wed, 7 Feb 2024 16:40:33 +0100 Subject: [PATCH] fix: Bump aeson bounds to accept aeson-2.2.1.0 (#74) --- launchdarkly-server-sdk.cabal | 4 ++-- package.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/launchdarkly-server-sdk.cabal b/launchdarkly-server-sdk.cabal index d441f3e..c68cb69 100644 --- a/launchdarkly-server-sdk.cabal +++ b/launchdarkly-server-sdk.cabal @@ -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 @@ -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 diff --git a/package.yaml b/package.yaml index be91abc..4338b1b 100644 --- a/package.yaml +++ b/package.yaml @@ -19,7 +19,7 @@ category: Web description: Please see the README on GitHub at 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