From 434c2828ab622c4b9d07a1f1a8a09ede0696f4e0 Mon Sep 17 00:00:00 2001 From: Yann Herklotz Date: Sun, 23 Dec 2018 11:27:11 +0000 Subject: Add unit tests for the traversal --- verifuzz.cabal | 2 ++ 1 file changed, 2 insertions(+) (limited to 'verifuzz.cabal') 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 -- cgit