aboutsummaryrefslogtreecommitdiffstats
path: root/verifuzz.cabal
diff options
context:
space:
mode:
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