aboutsummaryrefslogtreecommitdiffstats
path: root/verifuzz.cabal
diff options
context:
space:
mode:
Diffstat (limited to 'verifuzz.cabal')
-rw-r--r--verifuzz.cabal5
1 files changed, 1 insertions, 4 deletions
diff --git a/verifuzz.cabal b/verifuzz.cabal
index aaaac7e..70b42c8 100644
--- a/verifuzz.cabal
+++ b/verifuzz.cabal
@@ -89,6 +89,7 @@ library
, gitrev >= 1.3.1 && <1.4
, deepseq >= 1.4.4.0 && <1.5
, template-haskell >=2.14.0 && <2.15
+ , optparse-applicative >=0.14 && <0.15
default-extensions: OverloadedStrings
executable verifuzz
@@ -97,11 +98,7 @@ executable verifuzz
default-language: Haskell2010
ghc-options: -threaded
build-depends: base >= 4.7 && < 5
- , shelly >=1.8.0 && <1.9
, verifuzz
- , text >=1.2 && <1.3
- , bytestring >=0.10 && <0.11
- , optparse-applicative >=0.14 && <0.15
default-extensions: OverloadedStrings
test-suite test