aboutsummaryrefslogtreecommitdiffstats
path: root/verifuzz.cabal
diff options
context:
space:
mode:
authorYann Herklotz <git@ymhg.org>2019-05-12 14:17:48 +0100
committerYann Herklotz <git@ymhg.org>2019-05-12 14:17:58 +0100
commit3c08b4c48abef4811ba73142de4969ef945c5450 (patch)
tree697f18c46fcbe5f7271b6e686623d717135417ff /verifuzz.cabal
parent48c2f0470fb51158d0474e1c5931f9e44d4945c2 (diff)
downloadverismith-3c08b4c48abef4811ba73142de4969ef945c5450.tar.gz
verismith-3c08b4c48abef4811ba73142de4969ef945c5450.zip
Add more dependencies to build Yosys on EC2
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