aboutsummaryrefslogtreecommitdiffstats
path: root/verismith.cabal
diff options
context:
space:
mode:
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