aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYann Herklotz <git@yannherklotz.com>2019-05-21 15:24:34 +0100
committerYann Herklotz <git@yannherklotz.com>2019-05-21 15:24:34 +0100
commit57e33ccdefd25619facddb4ba4a247ff14158380 (patch)
tree5d605c12023e20401c473709fd6abed3e71728b9
parent8899bd8ab6ec1cf6a5c336dfc32793eb26093bc4 (diff)
downloadverismith-57e33ccdefd25619facddb4ba4a247ff14158380.tar.gz
verismith-57e33ccdefd25619facddb4ba4a247ff14158380.zip
Add statistics
-rw-r--r--verifuzz.cabal2
1 files changed, 2 insertions, 0 deletions
diff --git a/verifuzz.cabal b/verifuzz.cabal
index 1b220f3..8f662eb 100644
--- a/verifuzz.cabal
+++ b/verifuzz.cabal
@@ -92,6 +92,8 @@ library
, optparse-applicative >=0.14 && <0.15
, exceptions >=0.10.0 && <0.11
, blaze-html >=0.9.0.1 && <0.10
+ , statistics >=0.15.0.0 && <0.16
+ , vector >=0.12.0.1 && <0.13
default-extensions: OverloadedStrings
executable verifuzz