From 34cd6093ac6ac0717652541dce9ce54e61c9e451 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 15 Jan 2025 14:21:00 +0000 Subject: [PATCH] chore(deps): update dependency hasql-pool to v1.3 --- postgrest.cabal | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/postgrest.cabal b/postgrest.cabal index 092a98de82..4dba5a79d2 100644 --- a/postgrest.cabal +++ b/postgrest.cabal @@ -112,7 +112,7 @@ library , hasql >= 1.6.1.1 && < 1.7 , hasql-dynamic-statements >= 0.3.1 && < 0.4 , hasql-notifications >= 0.2.2.0 && < 0.3 - , hasql-pool >= 1.0.1 && < 1.1 + , hasql-pool >=1.0.1 && <1.4 , hasql-transaction >= 1.0.1 && < 1.1 , heredoc >= 0.2 && < 0.3 , http-types >= 0.12.2 && < 0.13 @@ -260,7 +260,7 @@ test-suite spec , bytestring >= 0.10.8 && < 0.13 , case-insensitive >= 1.2 && < 1.3 , containers >= 0.5.7 && < 0.7 - , hasql-pool >= 1.0.1 && < 1.1 + , hasql-pool >=1.0.1 && <1.4 , hasql-transaction >= 1.0.1 && < 1.1 , heredoc >= 0.2 && < 0.3 , hspec >= 2.3 && < 2.12