From 15a2d75eebae78a473b15066290c14319a88b05f Mon Sep 17 00:00:00 2001 From: Roland Coeurjoly Date: Fri, 24 May 2024 11:56:02 +0200 Subject: [PATCH] Expand tasty-hedgehog version range to avoid cabal error --- verismith.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/verismith.cabal b/verismith.cabal index be83797..1f34691 100644 --- a/verismith.cabal +++ b/verismith.cabal @@ -161,7 +161,7 @@ test-suite test , lens >=4.16.1 && <5.3 , parsec >= 3.1 && < 3.2 , tasty >=1.0.1.1 && <1.5 - , tasty-hedgehog >=1.0 && <1.2 + , tasty-hedgehog >=1.0 && <1.5 , tasty-hunit >=0.10 && <0.11 , text >=1.2 && <2.1 default-extensions: OverloadedStrings