From 57e33ccdefd25619facddb4ba4a247ff14158380 Mon Sep 17 00:00:00 2001 From: Yann Herklotz Date: Tue, 21 May 2019 15:24:34 +0100 Subject: Add statistics --- verifuzz.cabal | 2 ++ 1 file changed, 2 insertions(+) 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 -- cgit