aboutsummaryrefslogtreecommitdiffstats
path: root/verifuzz.cabal
diff options
context:
space:
mode:
authorYann Herklotz <git@ymhg.org>2019-04-19 00:28:11 +0100
committerYann Herklotz <git@ymhg.org>2019-04-19 00:28:11 +0100
commit72ceee9cd751cfa0dc799677325ff2bfbc0f7550 (patch)
treefbbdfdf6cd24cdcd3de73219ff17b792bb7e6a37 /verifuzz.cabal
parent72ca7b273a8adf421d481e0caa97caa8a565187a (diff)
downloadverismith-72ceee9cd751cfa0dc799677325ff2bfbc0f7550.tar.gz
verismith-72ceee9cd751cfa0dc799677325ff2bfbc0f7550.zip
Extend ResultT and Result with more instances
Diffstat (limited to 'verifuzz.cabal')
-rw-r--r--verifuzz.cabal3
1 files changed, 3 insertions, 0 deletions
diff --git a/verifuzz.cabal b/verifuzz.cabal
index f73c7de..85e2b1b 100644
--- a/verifuzz.cabal
+++ b/verifuzz.cabal
@@ -74,11 +74,14 @@ library
, DRBG >=0.5 && <0.6
, parsec >=3.1 && <3.2
, transformers >=0.5 && <0.6
+ , transformers-base >=0.4.5 && <0.5
, tomland >=0.5 && <0.6
, array >=0.5 && <0.6
, recursion-schemes >=5.1 && <5.2
, prettyprinter >= 1.2.1 && < 1.3
, time >= 1.8.0.2 && <1.9
+ , lifted-base >=0.2.3 && <0.3
+ , monad-control >=1.0.2 && <1.1
default-extensions: OverloadedStrings
executable verifuzz