aboutsummaryrefslogtreecommitdiffstats
path: root/verifuzz.cabal
diff options
context:
space:
mode:
Diffstat (limited to 'verifuzz.cabal')
-rw-r--r--verifuzz.cabal13
1 files changed, 2 insertions, 11 deletions
diff --git a/verifuzz.cabal b/verifuzz.cabal
index 66ac1e9..252bd97 100644
--- a/verifuzz.cabal
+++ b/verifuzz.cabal
@@ -46,17 +46,6 @@ library
, text
, bytestring
, hashable
- , DRBG
- default-extensions: OverloadedStrings
-
-executable verifuzz-testsim
- main-is: app/Test.hs
- default-language: Haskell2010
- build-depends: base >= 4.7 && < 5
- , verifuzz
- , text
- , shakespeare
- , shelly
default-extensions: OverloadedStrings
executable verifuzz
@@ -71,6 +60,8 @@ executable verifuzz
, QuickCheck
, bytestring
, shelly
+ , DRBG
+ , lens
default-extensions: OverloadedStrings
test-suite verifuzz-test