aboutsummaryrefslogtreecommitdiffstats
path: root/verifuzz.cabal
diff options
context:
space:
mode:
authorYann Herklotz Grave <git@yannherklotzgrave.com>2019-02-15 13:35:16 +0000
committerYann Herklotz Grave <git@yannherklotzgrave.com>2019-02-15 13:35:16 +0000
commitb542482726ba950a7286bd33d146c3e2c11d93bf (patch)
tree3922ae8284aa147786c81260e98d00011ad1e01b /verifuzz.cabal
parentfbb7be7702cdf6f74a04b68525069042a899c9b5 (diff)
downloadverismith-b542482726ba950a7286bd33d146c3e2c11d93bf.tar.gz
verismith-b542482726ba950a7286bd33d146c3e2c11d93bf.zip
Add -Wall -Werror for tests
Diffstat (limited to 'verifuzz.cabal')
-rw-r--r--verifuzz.cabal2
1 files changed, 2 insertions, 0 deletions
diff --git a/verifuzz.cabal b/verifuzz.cabal
index 356906c..24ac31e 100644
--- a/verifuzz.cabal
+++ b/verifuzz.cabal
@@ -86,6 +86,7 @@ test-suite verifuzz-test
type: exitcode-stdio-1.0
hs-source-dirs: test
main-is: Test.hs
+ ghc-options: -Wall -Werror
other-modules: Unit
, Property
build-depends: base >= 4 && < 5
@@ -103,6 +104,7 @@ test-suite verifuzz-doctest
type: exitcode-stdio-1.0
hs-source-dirs: test
main-is: Doctest.hs
+ ghc-options: -Wall -Werror
build-depends: base >=4.7 && <5
, verifuzz >=0.1 && <0.2
, doctest >=0.16 && <0.17