WIP: More files converted to Hasql

This commit is contained in:
Joe Nelson
2014-12-06 17:42:19 -08:00
parent 8ebfbccd08
commit 70d9641e35
6 changed files with 117 additions and 82 deletions
+4 -1
View File
@@ -36,7 +36,9 @@ executable dbapi
, network-uri >= 2.6
, resource-pool, process
, blaze-builder
, vector
Other-Modules: App
, Auth
, Config
, PgStructure
, PgQuery
@@ -52,7 +54,7 @@ Test-Suite spec
Hs-Source-Dirs: test, src
ghc-options: -Wall -W -Werror
Main-Is: Main.hs
Other-Modules: App, Config, Spec, SpecHelper
Other-Modules: App, Auth, Config, Spec, SpecHelper
Build-Depends: base, hspec2, QuickCheck
, hspec-wai >= 0.5.0, hspec-wai-json
, hasql, hasql-backend, hasql-postgres
@@ -78,3 +80,4 @@ Test-Suite spec
, network-uri >= 2.6
, resource-pool
, blaze-builder
, vector