From 22af634974e3c461e1e7f3ba5c1a22cd428d7bad Mon Sep 17 00:00:00 2001 From: Mitchell Rosen Date: Sun, 5 May 2024 11:11:12 -0400 Subject: [PATCH] bump hasql upper bound --- hasql-listen-notify.cabal | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/hasql-listen-notify.cabal b/hasql-listen-notify.cabal index 97c586f..b7c553a 100644 --- a/hasql-listen-notify.cabal +++ b/hasql-listen-notify.cabal @@ -13,6 +13,7 @@ name: hasql-listen-notify synopsis: LISTEN/NOTIFY with hasql tested-with: GHC == 9.4.8, GHC == 9.6.3, GHC == 9.8.1 version: 0.1.0.1 +x-revision: 1 extra-doc-files: CHANGELOG.md @@ -26,7 +27,7 @@ library build-depends: base ^>= 4.15 || ^>= 4.16 || ^>= 4.17 || ^>= 4.18 || ^>= 4.19, bytestring ^>= 0.10 || ^>= 0.11 || ^>= 0.12, - hasql ^>= 1.6, + hasql ^>= 1.6 || ^>= 1.7, mtl ^>= 2.2 || ^>= 2.3.1, postgresql-libpq ^>= 0.9.4.3 || ^>= 0.10, text ^>= 1.2.5.0 || ^>= 2.0 || ^>= 2.1,