From 19d7567629fafb54620ec0a248e033f0b89ed32e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 25 Jan 2025 11:01:22 +0000 Subject: [PATCH] chore(deps): update hasql --- postgrest.cabal | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/postgrest.cabal b/postgrest.cabal index 1377640ec2..70830a5db9 100644 --- a/postgrest.cabal +++ b/postgrest.cabal @@ -108,11 +108,11 @@ library , either >= 4.4.1 && < 5.1 , extra >= 1.7.0 && < 2.0 , fuzzyset >= 0.2.4 && < 0.3 - , hasql >= 1.6.1.1 && < 1.7 + , hasql >=1.6.1.1 && <1.10 , hasql-dynamic-statements >= 0.3.1 && < 0.4 , hasql-notifications >= 0.2.2.0 && < 0.3 - , hasql-pool >= 1.0.1 && < 1.1 - , hasql-transaction >= 1.0.1 && < 1.1 + , hasql-pool >=1.0.1 && <1.4 + , hasql-transaction >=1.0.1 && <1.3 , heredoc >= 0.2 && < 0.3 , http-types >= 0.12.2 && < 0.13 , insert-ordered-containers >= 0.2.2 && < 0.3 @@ -259,8 +259,8 @@ 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-transaction >= 1.0.1 && < 1.1 + , hasql-pool >=1.0.1 && <1.4 + , hasql-transaction >=1.0.1 && <1.3 , heredoc >= 0.2 && < 0.3 , hspec >= 2.3 && < 2.12 , hspec-wai >= 0.10 && < 0.12