aboutsummaryrefslogtreecommitdiffstats
path: root/verifuzz.cabal
diff options
context:
space:
mode:
Diffstat (limited to 'verifuzz.cabal')
-rw-r--r--verifuzz.cabal3
1 files changed, 3 insertions, 0 deletions
diff --git a/verifuzz.cabal b/verifuzz.cabal
index 201456f..0e4b929 100644
--- a/verifuzz.cabal
+++ b/verifuzz.cabal
@@ -43,8 +43,11 @@ test-suite verifuzz-test
type: exitcode-stdio-1.0
hs-source-dirs: tests
main-is: Test.hs
+ other-modules: Unit
+ , Property
build-depends: base >= 4 && < 5
, verifuzz
+ , fgl
, tasty >= 0.7
, tasty-hunit >= 0.10
, tasty-quickcheck >= 0.10