Upgrade hasql to fix prepared statement problem

This commit is contained in:
Joe Nelson
2016-02-26 08:18:47 -08:00
parent f28b03f419
commit 7ba5363d25
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -34,7 +34,7 @@ executable postgrest
, containers , containers
, contravariant , contravariant
, errors , errors
, hasql >= 0.19.3.3 && < 0.20 , hasql >= 0.19.9 && < 0.20
, hasql-pool >= 0.4 && < 0.5 , hasql-pool >= 0.4 && < 0.5
, hasql-transaction >= 0.4.3 && < 0.5 , hasql-transaction >= 0.4.3 && < 0.5
, http-types , http-types
+1 -1
View File
@@ -2,7 +2,7 @@ resolver: lts-5.0
extra-deps: extra-deps:
- Ranged-sets-0.3.0 - Ranged-sets-0.3.0
- bytestring-tree-builder-0.2.5 - bytestring-tree-builder-0.2.5
- hasql-0.19.8 - hasql-0.19.9
- hasql-pool-0.4 - hasql-pool-0.4
- hasql-transaction-0.4.3 - hasql-transaction-0.4.3
- packdeps-0.4.2.1 - packdeps-0.4.2.1