aboutsummaryrefslogtreecommitdiffstats
path: root/nara.cabal
diff options
context:
space:
mode:
Diffstat (limited to 'nara.cabal')
-rw-r--r--nara.cabal4
1 files changed, 2 insertions, 2 deletions
diff --git a/nara.cabal b/nara.cabal
index aea1387..450dab4 100644
--- a/nara.cabal
+++ b/nara.cabal
@@ -99,7 +99,7 @@ library
buildable: False
ghc-options:
- -Wall -O2
+ -Wall -Werror -O2
if flag(static)
ghc-options:
-optl-static
@@ -116,7 +116,7 @@ test-suite nara-test
main-is: Spec.hs
hs-source-dirs:
tests/spec
- ghc-options: -Wall
+ ghc-options: -Wall -Werror
build-depends:
attoparsec
, base == 4.9.*