aboutsummaryrefslogtreecommitdiffstats
path: root/verifuzz.cabal
diff options
context:
space:
mode:
authorYann Herklotz <ymherklotz@gmail.com>2018-11-30 23:01:16 +0000
committerYann Herklotz <ymherklotz@gmail.com>2018-11-30 23:01:16 +0000
commit901ad0a4762b30f5b00b683e6561f83601cdd333 (patch)
tree31e21afd943c9ba19dc90b4f8fc1b9fd129d5f59 /verifuzz.cabal
parent21b670902a00e3211a488b929fea03c6b9693169 (diff)
downloadverismith-901ad0a4762b30f5b00b683e6561f83601cdd333.tar.gz
verismith-901ad0a4762b30f5b00b683e6561f83601cdd333.zip
Add tests to the cabal file
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