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