From 5815e527f7e3b65078e2ad19df3538bb701ec7ac Mon Sep 17 00:00:00 2001 From: Yann Herklotz Date: Sun, 6 Oct 2019 22:40:06 +0100 Subject: [Fix #63] Make build pass again --- verismith.cabal | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'verismith.cabal') 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 -- cgit