Switch to HDBC

Fixes #2
This commit is contained in:
Joe Nelson
2014-07-08 23:29:09 -07:00
parent 53d90987ff
commit bbbb327855
3 changed files with 75 additions and 68 deletions
+1 -2
View File
@@ -16,11 +16,10 @@ executable dbapi
other-modules: PgStructure
other-extensions: OverloadedStrings
build-depends: base >=4.6 && <5
, postgresql-simple
, HDBC, HDBC-postgresql
, warp, wai, http-types
, bytestring, aeson, network
, text, optparse-applicative
, unordered-containers
, heroku
-- hs-source-dirs:
default-language: Haskell2010