aboutsummaryrefslogtreecommitdiffstats
path: root/verifuzz.cabal
diff options
context:
space:
mode:
authorYann Herklotz <ymherklotz@gmail.com>2019-01-06 00:29:37 +0000
committerYann Herklotz <ymherklotz@gmail.com>2019-01-06 00:29:37 +0000
commitd579ddc3d48cfa8c0efeecf9adb2dd363eef49b1 (patch)
tree4054ba431feeef33126c6bbf8782eaa7829d743d /verifuzz.cabal
parent2509dd246a8c90687d9d13b0161c0284eb0647b4 (diff)
downloadverismith-d579ddc3d48cfa8c0efeecf9adb2dd363eef49b1.tar.gz
verismith-d579ddc3d48cfa8c0efeecf9adb2dd363eef49b1.zip
Remove Test.hs from build
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