Postgres error message parser
This commit is contained in:
+3
-2
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user