Split into another module

This commit is contained in:
Joe Nelson
2014-07-12 16:18:03 -07:00
parent 7f29e5f448
commit d7a3685002
4 changed files with 78 additions and 69 deletions
+1
View File
@@ -14,6 +14,7 @@ executable dbapi
main-is: Main.hs
ghc-options: -Wall
other-modules: PgStructure
, PgQuery
other-extensions: OverloadedStrings
build-depends: base >=4.6 && <5
, HDBC, HDBC-postgresql