From 901ad0a4762b30f5b00b683e6561f83601cdd333 Mon Sep 17 00:00:00 2001 From: Yann Herklotz Date: Fri, 30 Nov 2018 23:01:16 +0000 Subject: Add tests to the cabal file --- verifuzz.cabal | 3 +++ 1 file changed, 3 insertions(+) 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 -- cgit