aboutsummaryrefslogtreecommitdiffstats
path: root/verifuzz.cabal
diff options
context:
space:
mode:
Diffstat (limited to 'verifuzz.cabal')
-rw-r--r--verifuzz.cabal4
1 files changed, 3 insertions, 1 deletions
diff --git a/verifuzz.cabal b/verifuzz.cabal
index 1b220f3..ef5761b 100644
--- a/verifuzz.cabal
+++ b/verifuzz.cabal
@@ -1,5 +1,5 @@
name: verifuzz
-version: 0.2.0.0
+version: 0.3.0.0
synopsis: Random verilog generation and simulator testing.
description:
VeriFuzz provides random verilog generation modules
@@ -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.14.0.2 && <0.16
+ , vector >=0.12.0.1 && <0.13
default-extensions: OverloadedStrings
executable verifuzz