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
, 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