From 784ebe57d795eeca7919a34a39a104c0ccfe3905 Mon Sep 17 00:00:00 2001 From: Felix Yan Date: Tue, 26 May 2020 23:43:14 +0800 Subject: [PATCH] Allow aeson 1.5 (#1537) --- postgrest.cabal | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/postgrest.cabal b/postgrest.cabal index ef990e3f2..28f2ca06f 100644 --- a/postgrest.cabal +++ b/postgrest.cabal @@ -46,7 +46,7 @@ library build-depends: base >= 4.9 && < 4.15 , HTTP >= 4000.3.7 && < 4000.4 , Ranged-sets >= 0.3 && < 0.5 - , aeson >= 1.4.7 && < 1.5 + , aeson >= 1.4.7 && < 1.6 , ansi-wl-pprint >= 0.6.7 && < 0.7 , base64-bytestring >= 1 && < 1.2 , bytestring >= 0.10.8 && < 0.11 @@ -173,7 +173,7 @@ test-suite spec TestTypes hs-source-dirs: test build-depends: base >= 4.9 && < 4.15 - , aeson >= 1.4.7 && < 1.5 + , aeson >= 1.4.7 && < 1.6 , aeson-qq >= 0.8.1 && < 0.9 , async >= 2.1.1 && < 2.3 , auto-update >= 0.1.4 && < 0.2 @@ -217,7 +217,7 @@ Test-Suite spec-querycost Main-Is: QueryCost.hs Other-Modules: SpecHelper Build-Depends: base >= 4.9 && < 4.15 - , aeson >= 1.4.7 && < 1.5 + , aeson >= 1.4.7 && < 1.6 , aeson-qq >= 0.8.1 && < 0.9 , async >= 2.1.1 && < 2.3 , auto-update >= 0.1.4 && < 0.2