From d791f3939ed6b5f7e811d6be1dc26c16542661ac Mon Sep 17 00:00:00 2001 From: Joe Nelson Date: Wed, 12 Nov 2014 21:55:35 -0800 Subject: [PATCH] The Dbapi module is now App --- dbapi.cabal | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dbapi.cabal b/dbapi.cabal index 39811709d..0865c21e5 100644 --- a/dbapi.cabal +++ b/dbapi.cabal @@ -36,7 +36,7 @@ executable dbapi , network-uri >= 2.6 , resource-pool, process , blaze-builder - Other-Modules: Dbapi + Other-Modules: App , PgStructure , PgQuery , RangeQuery @@ -51,7 +51,7 @@ Test-Suite spec Hs-Source-Dirs: test, src ghc-options: -Wall -W -Werror Main-Is: Main.hs - Other-Modules: Dbapi, Spec, SpecHelper + Other-Modules: App, Spec, SpecHelper Build-Depends: base, hspec2, QuickCheck , hspec-wai >= 0.5.0, hspec-wai-json , postgresql-simple >= 0.4.7.0