aboutsummaryrefslogtreecommitdiffstats
path: root/verifuzz.cabal
diff options
context:
space:
mode:
Diffstat (limited to 'verifuzz.cabal')
-rw-r--r--verifuzz.cabal3
1 files changed, 2 insertions, 1 deletions
diff --git a/verifuzz.cabal b/verifuzz.cabal
index 1d8a8f1..052983d 100644
--- a/verifuzz.cabal
+++ b/verifuzz.cabal
@@ -43,6 +43,7 @@ library
, QuickCheck >=2.3 && <2.10
, fgl
, fgl-arbitrary
+ , fgl-visualize
, lens
, random
, shakespeare
@@ -55,6 +56,7 @@ library
, binary >= 0.8.6.0
, cryptonite
, memory
+ , DRBG
default-extensions: OverloadedStrings
executable verifuzz
@@ -62,7 +64,6 @@ executable verifuzz
main-is: Main.hs
default-language: Haskell2010
ghc-options: -threaded
- other-modules: Simulation
build-depends: base >= 4.7 && < 5
, verifuzz
, fgl