aboutsummaryrefslogtreecommitdiffstats
path: root/verifuzz.cabal
diff options
context:
space:
mode:
Diffstat (limited to 'verifuzz.cabal')
-rw-r--r--verifuzz.cabal4
1 files changed, 2 insertions, 2 deletions
diff --git a/verifuzz.cabal b/verifuzz.cabal
index ad8a39d..837a613 100644
--- a/verifuzz.cabal
+++ b/verifuzz.cabal
@@ -45,6 +45,7 @@ library
, text
, bytestring
, hashable
+ , DRBG
default-extensions: OverloadedStrings
executable yosys
@@ -62,12 +63,11 @@ executable verifuzz
default-language: Haskell2010
build-depends: base >= 4.7 && < 5
, verifuzz
- , graphviz
, fgl
, fgl-arbitrary
+ , fgl-visualize
, text
, QuickCheck
- , DRBG
, bytestring
default-extensions: OverloadedStrings