aboutsummaryrefslogtreecommitdiffstats
path: root/verifuzz.cabal
diff options
context:
space:
mode:
Diffstat (limited to 'verifuzz.cabal')
-rw-r--r--verifuzz.cabal3
1 files changed, 2 insertions, 1 deletions
diff --git a/verifuzz.cabal b/verifuzz.cabal
index 5bcf0ef..118406a 100644
--- a/verifuzz.cabal
+++ b/verifuzz.cabal
@@ -59,7 +59,8 @@ library
, cryptonite >=0.25 && <0.26
, memory >=0.14 && <0.15
, DRBG >=0.5 && <0.6
- , parsec >= 3.1 && < 3.2
+ , parsec >=3.1 && <3.2
+ , transformers >=0.5 && <0.6
default-extensions: OverloadedStrings
executable verifuzz