From bb27eb57a94a57fcb185744eb38138aec6faefba Mon Sep 17 00:00:00 2001 From: Robert Vollmert Date: Tue, 28 Apr 2020 15:58:53 +0200 Subject: [PATCH] Allow base64-bytestring 1.2. --- postgrest.cabal | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/postgrest.cabal b/postgrest.cabal index e82042822..45657d9ca 100644 --- a/postgrest.cabal +++ b/postgrest.cabal @@ -48,7 +48,7 @@ library , Ranged-sets >= 0.3 && < 0.5 , aeson >= 1.4.7 && < 1.5 , ansi-wl-pprint >= 0.6.7 && < 0.7 - , base64-bytestring >= 1 && < 1.1 + , base64-bytestring >= 1 && < 1.2 , bytestring >= 0.10.8 && < 0.11 , case-insensitive >= 1.2 && < 1.3 , cassava >= 0.4.5 && < 0.6 @@ -101,7 +101,7 @@ executable postgrest hs-source-dirs: main build-depends: base >= 4.9 && < 4.15 , auto-update >= 0.1.4 && < 0.2 - , base64-bytestring >= 1 && < 1.1 + , base64-bytestring >= 1 && < 1.2 , bytestring >= 0.10.8 && < 0.11 , directory >= 1.2.6 && < 1.4 , either >= 4.4.1 && < 5.1 @@ -168,7 +168,7 @@ test-suite spec , aeson-qq >= 0.8.1 && < 0.9 , async >= 2.1.1 && < 2.3 , auto-update >= 0.1.4 && < 0.2 - , base64-bytestring >= 1 && < 1.1 + , base64-bytestring >= 1 && < 1.2 , bytestring >= 0.10.8 && < 0.11 , case-insensitive >= 1.2 && < 1.3 , cassava >= 0.4.5 && < 0.6 @@ -212,7 +212,7 @@ Test-Suite spec-querycost , aeson-qq >= 0.8.1 && < 0.9 , async >= 2.1.1 && < 2.3 , auto-update >= 0.1.4 && < 0.2 - , base64-bytestring >= 1 && < 1.1 + , base64-bytestring >= 1 && < 1.2 , bytestring >= 0.10.8 && < 0.11 , case-insensitive >= 1.2 && < 1.3 , cassava >= 0.4.5 && < 0.6