add types and instances for converting json <-> sql

This commit is contained in:
Adam C. Baker
2014-08-07 02:05:09 -07:00
parent e58fad9002
commit 5befd3dd8b
2 changed files with 58 additions and 1 deletions
+2 -1
View File
@@ -19,7 +19,8 @@ executable dbapi
other-extensions: OverloadedStrings
build-depends: base >=4.6 && <5
, HDBC, HDBC-postgresql
, warp, wai, http-types
, warp, wai >= 3.0.1 && < 3.0.2
, http-types, scientific, time
, bytestring, aeson, network
, text, optparse-applicative
, unordered-containers