Split db functions into separate module

This commit is contained in:
Joe Nelson
2014-06-22 16:04:28 -07:00
parent a3b2d8a9ba
commit 884f06b8cf
3 changed files with 91 additions and 81 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ cabal-version: >=1.10
executable dbapi
main-is: Main.hs
-- other-modules:
other-modules: PgStructure
other-extensions: OverloadedStrings
build-depends: base >=4.6 && <5
, postgresql-simple