Appease cabal warning

This commit is contained in:
Joe Nelson
2014-09-09 22:46:23 -07:00
parent 22114532e6
commit a49fb69e58
+2 -1
View File
@@ -30,11 +30,13 @@ library
, RangeQuery , RangeQuery
other-extensions: OverloadedStrings other-extensions: OverloadedStrings
ghc-options: -Wall -W -Werror ghc-options: -Wall -W -Werror
default-language: Haskell2010
hs-source-dirs: src hs-source-dirs: src
executable dbapi executable dbapi
main-is: Main.hs main-is: Main.hs
ghc-options: -Wall -W -Werror ghc-options: -Wall -W -Werror
default-language: Haskell2010
build-depends: base >=4.6 && <5 build-depends: base >=4.6 && <5
, HDBC, HDBC-postgresql , HDBC, HDBC-postgresql
, warp, wai >= 3.0.1 && < 3.0.2 , warp, wai >= 3.0.1 && < 3.0.2
@@ -51,7 +53,6 @@ executable dbapi
, transformers , transformers
Other-Modules: Dbapi Other-Modules: Dbapi
hs-source-dirs: src hs-source-dirs: src
default-language: Haskell2010
Test-Suite spec Test-Suite spec
Type: exitcode-stdio-1.0 Type: exitcode-stdio-1.0