aboutsummaryrefslogtreecommitdiffstats
path: root/verismith.cabal
diff options
context:
space:
mode:
authorYann Herklotz <git@yannherklotz.com>2019-10-06 22:40:06 +0100
committerYann Herklotz <git@yannherklotz.com>2019-10-06 22:58:18 +0100
commit5815e527f7e3b65078e2ad19df3538bb701ec7ac (patch)
tree527effa2e0c39c1ba92745a60993e26c38975888 /verismith.cabal
parent7377b2e83143fc45f83b0abc974aafbf6b6a3dfe (diff)
downloadverismith-5815e527f7e3b65078e2ad19df3538bb701ec7ac.tar.gz
verismith-5815e527f7e3b65078e2ad19df3538bb701ec7ac.zip
[Fix #63] Make build pass again
Diffstat (limited to 'verismith.cabal')
-rw-r--r--verismith.cabal7
1 files changed, 3 insertions, 4 deletions
diff --git a/verismith.cabal b/verismith.cabal
index 2367c04..b9203b9 100644
--- a/verismith.cabal
+++ b/verismith.cabal
@@ -69,7 +69,7 @@ library
build-depends: base >=4.7 && <5
-- Cannot upgrade to 1.0 because of missing MonadGen instance for
-- StateT.
- , hedgehog >= 0.5.3 && <0.7
+ , hedgehog >=1.0 && <1.2
, fgl >=5.6 && <5.8
, fgl-visualize >=0.1 && <0.2
, lens >=4.16.1 && <4.18
@@ -138,9 +138,8 @@ test-suite test
, fgl >=5.6 && <5.8
, tasty >=1.0.1.1 && <1.3
, tasty-hunit >=0.10 && <0.11
- , tasty-hedgehog >=0.2 && <0.3
- , hedgehog >=0.5.3 && <0.7
- , hedgehog-fn >=0.5 && <0.7
+ , tasty-hedgehog >=1.0 && <1.1
+ , hedgehog >=1.0 && <1.2
, lens >=4.16.1 && <4.18
, shakespeare >=2 && <2.1
, text >=1.2 && <1.3