Postgres error message parser

This commit is contained in:
Joe Nelson
2014-12-17 14:15:12 -08:00
parent dbe1f59066
commit 07b039370d
2 changed files with 41 additions and 2 deletions
+3 -2
View File
@@ -26,7 +26,7 @@ executable postgrest
, scientific, time
, aeson, network >= 2.6
, bytestring, text, split, string-conversions
, stringsearch
, stringsearch, parsec
, containers, unordered-containers
, optparse-applicative >= 0.9.1 && < 0.10
, regex-base, regex-tdfa
@@ -44,6 +44,7 @@ executable postgrest
, Config
, PgStructure
, PgQuery
, PgError
, RangeQuery
, Middleware
hs-source-dirs: src
@@ -69,7 +70,7 @@ Test-Suite spec
, http-types, scientific, time
, bytestring, aeson, network >= 2.6
, text, optparse-applicative
, stringsearch
, stringsearch, parsec
, unordered-containers
, regex-base
, string-conversions