From 7ba5363d25c4a1cd1d437f3b7aaa06b4d5be8b2e Mon Sep 17 00:00:00 2001 From: Joe Nelson Date: Fri, 26 Feb 2016 08:18:47 -0800 Subject: [PATCH] Upgrade hasql to fix prepared statement problem --- postgrest.cabal | 2 +- stack.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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