diff --git a/postgrest.cabal b/postgrest.cabal index af14992f3..9fdb9cda3 100644 --- a/postgrest.cabal +++ b/postgrest.cabal @@ -34,7 +34,7 @@ executable postgrest , containers , contravariant , errors - , hasql >= 0.19.3.3 && < 0.20 + , hasql >= 0.19.9 && < 0.20 , hasql-pool >= 0.4 && < 0.5 , hasql-transaction >= 0.4.3 && < 0.5 , http-types diff --git a/stack.yaml b/stack.yaml index 250e65033..74f1079af 100644 --- a/stack.yaml +++ b/stack.yaml @@ -2,7 +2,7 @@ resolver: lts-5.0 extra-deps: - Ranged-sets-0.3.0 - bytestring-tree-builder-0.2.5 - - hasql-0.19.8 + - hasql-0.19.9 - hasql-pool-0.4 - hasql-transaction-0.4.3 - packdeps-0.4.2.1