From 64e047e5d785e87a48ed0a02e0aa7faaf249a4c2 Mon Sep 17 00:00:00 2001 From: Felix Yan Date: Fri, 14 Oct 2022 21:01:52 +0300 Subject: [PATCH] Allow aeson 2.1 Builds fine and all tests pass. --- postgrest.cabal | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/postgrest.cabal b/postgrest.cabal index 60b3928d7..919ea66ff 100644 --- a/postgrest.cabal +++ b/postgrest.cabal @@ -74,7 +74,7 @@ library build-depends: base >= 4.9 && < 4.17 , HTTP >= 4000.3.7 && < 4000.4 , Ranged-sets >= 0.3 && < 0.5 - , aeson >= 2.0.3 && < 2.1 + , aeson >= 2.0.3 && < 2.2 , auto-update >= 0.1.4 && < 0.2 , base64-bytestring >= 1 && < 1.3 , bytestring >= 0.10.8 && < 0.12 @@ -219,7 +219,7 @@ test-suite spec SpecHelper TestTypes build-depends: base >= 4.9 && < 4.17 - , aeson >= 2.0.3 && < 2.1 + , aeson >= 2.0.3 && < 2.2 , aeson-qq >= 0.8.1 && < 0.9 , async >= 2.1.1 && < 2.3 , auto-update >= 0.1.4 && < 0.2 @@ -262,7 +262,7 @@ test-suite querycost main-is: QueryCost.hs other-modules: SpecHelper build-depends: base >= 4.9 && < 4.17 - , aeson >= 2.0.3 && < 2.1 + , aeson >= 2.0.3 && < 2.2 , base64-bytestring >= 1 && < 1.3 , bytestring >= 0.10.8 && < 0.12 , case-insensitive >= 1.2 && < 1.3