aboutsummaryrefslogtreecommitdiffstats
path: root/verifuzz.cabal
diff options
context:
space:
mode:
Diffstat (limited to 'verifuzz.cabal')
-rw-r--r--verifuzz.cabal5
1 files changed, 3 insertions, 2 deletions
diff --git a/verifuzz.cabal b/verifuzz.cabal
index bd06eef..56c2367 100644
--- a/verifuzz.cabal
+++ b/verifuzz.cabal
@@ -17,6 +17,7 @@ extra-source-files: README.md
library
hs-source-dirs: src
default-language: Haskell2010
+ ghc-options: -Wall
other-modules: VeriFuzz.Internal.Shared
, VeriFuzz.Internal.Gen
exposed-modules: VeriFuzz
@@ -68,7 +69,7 @@ executable verifuzz
test-suite verifuzz-test
default-language: Haskell2010
type: exitcode-stdio-1.0
- hs-source-dirs: tests
+ hs-source-dirs: test
main-is: Test.hs
other-modules: Unit
, Property
@@ -85,7 +86,7 @@ test-suite verifuzz-test
test-suite verifuzz-doctest
default-language: Haskell2010
type: exitcode-stdio-1.0
- hs-source-dirs: tests
+ hs-source-dirs: test
main-is: Doctest.hs
build-depends: base >= 4 && < 5
, verifuzz