From e85caa064fe4e727387b89c5bc7028e410e7b6bf Mon Sep 17 00:00:00 2001 From: Nikita Volkov Date: Mon, 6 Jan 2025 14:42:49 +0300 Subject: [PATCH] Allow hasql 1.9 --- hasql-implicits.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hasql-implicits.cabal b/hasql-implicits.cabal index a4ff41a..c0f2636 100644 --- a/hasql-implicits.cabal +++ b/hasql-implicits.cabal @@ -44,7 +44,7 @@ library base >=4.12 && <5, bytestring >=0.10 && <1, containers >=0.6 && <1, - hasql >=1.8 && <1.9, + hasql >=1.8 && <1.10, iproute >=1.7 && <1.8, scientific >=0.2 && <1, text >=1 && <3,