aboutsummaryrefslogtreecommitdiffstats
path: root/verismith.cabal
diff options
context:
space:
mode:
authorYann Herklotz <git@yannherklotz.com>2021-07-14 19:52:49 +0200
committerYann Herklotz <git@yannherklotz.com>2021-07-14 19:52:49 +0200
commit4042138101d433cefed0a9157a2dc6fda54e4b60 (patch)
treed273432312b1f101eda968618ab11a42bdee683f /verismith.cabal
parent6547ca0b1d6244fcced31ce119ff5841cb60b086 (diff)
downloadverismith-4042138101d433cefed0a9157a2dc6fda54e4b60.tar.gz
verismith-4042138101d433cefed0a9157a2dc6fda54e4b60.zip
Add changes to Icarus for fuzzing
Diffstat (limited to 'verismith.cabal')
-rw-r--r--verismith.cabal2
1 files changed, 2 insertions, 0 deletions
diff --git a/verismith.cabal b/verismith.cabal
index d10d28c..e77cf49 100644
--- a/verismith.cabal
+++ b/verismith.cabal
@@ -50,6 +50,7 @@ library
, Verismith.Reduce
, Verismith.Report
, Verismith.Result
+ , Verismith.Shuffle
, Verismith.Tool
, Verismith.Tool.Icarus
, Verismith.Tool.Identity
@@ -104,6 +105,7 @@ library
, tomland >=1.0 && <1.3
, transformers >=0.5 && <0.6
, transformers-base >=0.4.5 && <0.5
+ , containers
default-extensions: OverloadedStrings
executable verismith