From 7531c5490d05c3dbea5df7b44db12e4910e16a43 Mon Sep 17 00:00:00 2001 From: Robert Vollmert Date: Fri, 3 Jun 2022 12:59:28 +0200 Subject: [PATCH] cabal: allow hasql-1.5, hasql-dynamic-statements-0.3.* --- postgrest.cabal | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/postgrest.cabal b/postgrest.cabal index 89004d662..0a9ed9152 100644 --- a/postgrest.cabal +++ b/postgrest.cabal @@ -83,8 +83,8 @@ library , cookie >= 0.4.2 && < 0.5 , either >= 4.4.1 && < 5.1 , gitrev >= 1.2 && < 1.4 - , hasql >= 1.4 && < 1.5 - , hasql-dynamic-statements == 0.3.1 + , hasql >= 1.4 && < 1.6 + , hasql-dynamic-statements >= 0.3.1 && < 0.4 , hasql-notifications >= 0.1 && < 0.3 , hasql-pool >= 0.5 && < 0.6 , hasql-transaction >= 1.0.1 && < 1.1 @@ -255,8 +255,8 @@ test-suite querycost , case-insensitive >= 1.2 && < 1.3 , containers >= 0.5.7 && < 0.7 , contravariant >= 1.4 && < 1.6 - , hasql >= 1.4 && < 1.5 - , hasql-dynamic-statements == 0.3.1 + , hasql >= 1.4 && < 1.6 + , hasql-dynamic-statements >= 0.3.1 && < 0.4 , hasql-pool >= 0.5 && < 0.6 , hasql-transaction >= 1.0.1 && < 1.1 , heredoc >= 0.2 && < 0.3