From 644abe99caf801a4459d6d5c3d664394c0ea91db Mon Sep 17 00:00:00 2001 From: Nikita Volkov Date: Sat, 13 Jun 2020 13:32:29 +0300 Subject: [PATCH] Update the deps --- hasql.cabal | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hasql.cabal b/hasql.cabal index dd479fe..23c007a 100644 --- a/hasql.cabal +++ b/hasql.cabal @@ -56,7 +56,7 @@ library build-depends: attoparsec >=0.10 && <0.14, base >=4.9 && <5, - base-prelude >=0.1.19 && <2, + base-prelude >=1.4 && <2, bytestring >=0.10 && <0.11, bytestring-strict-builder >=0.4.5.1 && <0.5, contravariant >=1.3 && <2, @@ -67,7 +67,7 @@ library loch-th ==0.2.*, mtl >=2 && <3, placeholders ==0.1.*, - postgresql-binary >=0.12.2 && <0.13, + postgresql-binary >=0.12.3 && <0.13, postgresql-libpq ==0.9.*, profunctors >=5.1 && <6, text >=1 && <2,