Use the correct Error types for hasql 0.19

This commit is contained in:
Joe Nelson
2016-01-24 18:09:18 -08:00
parent 5faa80b172
commit d6102cc908
2 changed files with 29 additions and 29 deletions
+1 -7
View File
@@ -37,9 +37,7 @@ executable postgrest
, cassava
, containers
, errors
, hasql >= 0.7.3 && < 0.8
, hasql-backend >= 0.4.1 && < 0.5
, hasql-postgres >= 0.10.4 && < 0.11
, hasql >= 0.15.1 && < 0.16
, jwt
, optparse-applicative >= 0.11 && < 0.13
, parsec
@@ -94,8 +92,6 @@ library
, containers
, errors
, hasql
, hasql-backend
, hasql-postgres
, http-types
, jwt
, optparse-applicative
@@ -170,8 +166,6 @@ Test-Suite spec
, containers
, errors
, hasql
, hasql-backend
, hasql-postgres
, heredoc
, hlint
, hspec == 2.2.*