moved db structure detection at the beginning (2 tests failing)

This commit is contained in:
Ruslan Talpa
2015-09-22 16:56:19 +03:00
parent 6bd6108619
commit a7b883c922
7 changed files with 349 additions and 129 deletions
+4 -1
View File
@@ -58,7 +58,8 @@ library
if flag(ci)
ghc-options: -Wall -W -Werror
else
ghc-options: -Wall -W -O2
-- ghc-options: -Wall -W -O2
ghc-options: -Wall -W
default-language: Haskell2010
default-extensions: OverloadedStrings, ScopedTypeVariables, QuasiQuotes
@@ -88,6 +89,7 @@ library
, cassava
, jwt
Exposed-Modules: PostgREST.App
, PostgREST.Types
, PostgREST.Auth
, PostgREST.Config
, PostgREST.Error
@@ -108,6 +110,7 @@ Test-Suite spec
ghc-options: -Wall -W -O2
Main-Is: Main.hs
Other-Modules: PostgREST.App
, PostgREST.Types
, PostgREST.Auth
, PostgREST.Config
, PostgREST.Error