aboutsummaryrefslogtreecommitdiffstats
path: root/verifuzz.cabal
diff options
context:
space:
mode:
authorYann Herklotz <ymherklotz@gmail.com>2019-02-05 15:10:32 +0000
committerYann Herklotz <ymherklotz@gmail.com>2019-02-05 15:10:32 +0000
commit0358491c2795e7fdd2145519fed0ba645bcb545d (patch)
treef0622e33cbe44b223ea8ca6c2eabc95978257cc8 /verifuzz.cabal
parent861ae87e66963b684a0a280a601556c30e96d081 (diff)
downloadverismith-0358491c2795e7fdd2145519fed0ba645bcb545d.tar.gz
verismith-0358491c2795e7fdd2145519fed0ba645bcb545d.zip
Add extra dependencies
Diffstat (limited to 'verifuzz.cabal')
-rw-r--r--verifuzz.cabal4
1 files changed, 4 insertions, 0 deletions
diff --git a/verifuzz.cabal b/verifuzz.cabal
index ab530fa..1d8a8f1 100644
--- a/verifuzz.cabal
+++ b/verifuzz.cabal
@@ -52,6 +52,9 @@ library
, hashable
, transformers
, filepath
+ , binary >= 0.8.6.0
+ , cryptonite
+ , memory
default-extensions: OverloadedStrings
executable verifuzz
@@ -72,6 +75,7 @@ executable verifuzz
, DRBG
, lens
, optparse-applicative
+ , binary
default-extensions: OverloadedStrings
test-suite verifuzz-test