aboutsummaryrefslogtreecommitdiffstats
path: root/verifuzz.cabal
diff options
context:
space:
mode:
authorYann Herklotz <ymherklotz@gmail.com>2018-12-23 11:27:11 +0000
committerYann Herklotz <ymherklotz@gmail.com>2018-12-23 11:27:18 +0000
commit434c2828ab622c4b9d07a1f1a8a09ede0696f4e0 (patch)
tree4a8ff0f4b78640a596b5cea26725bf991c65f070 /verifuzz.cabal
parent856034f1eaa0785cb9f29717fc32d0d6ed798460 (diff)
downloadverismith-434c2828ab622c4b9d07a1f1a8a09ede0696f4e0.tar.gz
verismith-434c2828ab622c4b9d07a1f1a8a09ede0696f4e0.zip
Add unit tests for the traversal
Diffstat (limited to 'verifuzz.cabal')
-rw-r--r--verifuzz.cabal2
1 files changed, 2 insertions, 0 deletions
diff --git a/verifuzz.cabal b/verifuzz.cabal
index a1b743b..7427b57 100644
--- a/verifuzz.cabal
+++ b/verifuzz.cabal
@@ -57,3 +57,5 @@ test-suite verifuzz-test
, tasty >= 0.7
, tasty-hunit >= 0.10
, tasty-quickcheck >= 0.10
+ , lens
+ , text