From 3429e419b26b56f86dbebbb657106a7da5182d20 Mon Sep 17 00:00:00 2001 From: Alexandre Esteves Date: Fri, 17 Jan 2025 01:33:08 +0000 Subject: [PATCH] Relax upper bound of hedgehog --- stan.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stan.cabal b/stan.cabal index 5d98866..b4c77a9 100644 --- a/stan.cabal +++ b/stan.cabal @@ -211,7 +211,7 @@ test-suite stan-test , containers , filepath , ghc - , hedgehog >= 1.0 && < 1.5 + , hedgehog >= 1.0 && < 1.6 , hspec >= 2.7 && < 2.12 , hspec-hedgehog >= 0.0.1.2 , optparse-applicative