aboutsummaryrefslogtreecommitdiffstats
path: root/verifuzz.cabal
diff options
context:
space:
mode:
authorYann Herklotz Grave <git@yannherklotzgrave.com>2019-02-15 13:34:01 +0000
committerYann Herklotz Grave <git@yannherklotzgrave.com>2019-02-15 13:34:01 +0000
commit0d1d5c2c9ebb9f658c401610551242b835144eb1 (patch)
tree657bbc0ed2d335e8780de4fa72c5c03b36f0a7b6 /verifuzz.cabal
parent2d09ba5849ce9fd9e07f739279408e69cb23b721 (diff)
downloadverismith-0d1d5c2c9ebb9f658c401610551242b835144eb1.tar.gz
verismith-0d1d5c2c9ebb9f658c401610551242b835144eb1.zip
Add -Wall and -Werror
Diffstat (limited to 'verifuzz.cabal')
-rw-r--r--verifuzz.cabal4
1 files changed, 2 insertions, 2 deletions
diff --git a/verifuzz.cabal b/verifuzz.cabal
index 63e7a52..356906c 100644
--- a/verifuzz.cabal
+++ b/verifuzz.cabal
@@ -20,7 +20,7 @@ extra-source-files: README.md
library
hs-source-dirs: src
default-language: Haskell2010
- ghc-options: -Wall
+ ghc-options: -Wall -Werror
other-modules: VeriFuzz.Internal
, VeriFuzz.Internal.Circuit
, VeriFuzz.Internal.Simulator
@@ -65,7 +65,7 @@ executable verifuzz
hs-source-dirs: app
main-is: Main.hs
default-language: Haskell2010
- ghc-options: -threaded
+ ghc-options: -threaded -Wall -Werror
build-depends: base >= 4.7 && < 5
, verifuzz >= 0.1 && <0.2
, fgl >=5.7 && <5.8