From d4bf5580ac0eb75b413b4ea88fc5f90546abb42b Mon Sep 17 00:00:00 2001 From: Vekhir <134215107+Vekhir@users.noreply.github.com> Date: Sat, 30 Aug 2025 21:23:50 +0200 Subject: [PATCH] Bump tasty-quickcheck --- exact-pi.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exact-pi.cabal b/exact-pi.cabal index f019393..94ecdda 100644 --- a/exact-pi.cabal +++ b/exact-pi.cabal @@ -40,7 +40,7 @@ test-suite spec QuickCheck >=2.10, tasty >=0.10, tasty-hunit >=0.9 && <0.11, - tasty-quickcheck >= 0.9 && <0.11 + tasty-quickcheck >= 0.9 && <0.12 if impl(ghc < 8.0) build-depends: semigroups >=0.9 && < 1.0 other-modules: TestUtils