From d49834b2f4d3829854411f53d067e23727e37947 Mon Sep 17 00:00:00 2001 From: Nikita Volkov Date: Tue, 20 Aug 2024 23:37:37 +0300 Subject: [PATCH] Allow newer libpq --- hasql.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hasql.cabal b/hasql.cabal index bb42e0e..cf2ef8e 100644 --- a/hasql.cabal +++ b/hasql.cabal @@ -143,7 +143,7 @@ library iproute >=1.7 && <1.8, mtl >=2 && <3, postgresql-binary >=0.14 && <0.15, - postgresql-libpq ==0.10.1.0, + postgresql-libpq >=0.10.1 && <0.10.3, profunctors >=5.1 && <6, scientific >=0.3 && <0.4, text >=1 && <3,