aboutsummaryrefslogtreecommitdiffstats
path: root/verifuzz.cabal
diff options
context:
space:
mode:
authorYann Herklotz <git@yannherklotz.com>2019-07-21 13:37:25 +0200
committerYann Herklotz <git@yannherklotz.com>2019-07-21 13:37:25 +0200
commit30fbe26f59e54a276f88650ffa5e78343b5411eb (patch)
treeaa3166c423f262ee6296826d2c815a0b54084c31 /verifuzz.cabal
parentb5c035e45949945cc62845fa6492cffa77992524 (diff)
parentc19a51a8156bbcaee13d9819c8fe54ed0ca5c4cc (diff)
downloadverismith-30fbe26f59e54a276f88650ffa5e78343b5411eb.tar.gz
verismith-30fbe26f59e54a276f88650ffa5e78343b5411eb.zip
Merge branch 'master' into fix/resize-modports
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