summaryrefslogtreecommitdiff
path: root/Pesto.cabal
diff options
context:
space:
mode:
authorLars-Dominik Braun <lars@6xq.net>2015-08-01 11:46:26 +0200
committerLars-Dominik Braun <lars@6xq.net>2015-08-01 11:46:26 +0200
commit27cd2842cb5e02f937fcb9363856434d47a869e1 (patch)
tree33fe4e0a5f92ca239e8eae1cdcf4f663a095b39d /Pesto.cabal
parentf2a73374e76e5da8ce893cae0cff6ab21209b152 (diff)
downloadpesto-27cd2842cb5e02f937fcb9363856434d47a869e1.tar.gz
pesto-27cd2842cb5e02f937fcb9363856434d47a869e1.tar.bz2
pesto-27cd2842cb5e02f937fcb9363856434d47a869e1.zip
Switch on GHC warnings
Diffstat (limited to 'Pesto.cabal')
-rw-r--r--Pesto.cabal4
1 files changed, 4 insertions, 0 deletions
diff --git a/Pesto.cabal b/Pesto.cabal
index ee349e7..b42c491 100644
--- a/Pesto.cabal
+++ b/Pesto.cabal
@@ -22,12 +22,14 @@ library
build-depends: base >=4.6 && <4.7, HUnit, parsec
hs-source-dirs: src
default-language: Haskell2010
+ ghc-options: -Werror -Wall -fno-warn-missing-signatures
executable pesto
main-is: Main.lhs
hs-source-dirs: src
default-language: Haskell2010
build-depends: base >=4.6 && <4.7, HUnit, parsec
+ ghc-options: -Werror -Wall -fno-warn-missing-signatures
test-suite pesto-test
type: exitcode-stdio-1.0
@@ -35,10 +37,12 @@ test-suite pesto-test
hs-source-dirs: src
default-language: Haskell2010
build-depends: base >=4.6 && <4.7, Pesto, HUnit, parsec
+ ghc-options: -Werror -Wall -fno-warn-missing-signatures
executable pesto-doc
main-is: Doc.lhs
hs-source-dirs: src
default-language: Haskell2010
build-depends: base >=4.6 && <4.7, pandoc >=1.14, highlighting-kate, blaze-html, filepath, containers
+ ghc-options: -Werror -Wall -fno-warn-missing-signatures