diff --git a/chimera.cabal b/chimera.cabal index 723d77a..d6a83a3 100644 --- a/chimera.cabal +++ b/chimera.cabal @@ -97,10 +97,10 @@ test-suite chimera-test base >=4.5 && <5, chimera, infinite-list, - QuickCheck >=2.10 && <2.15, + QuickCheck >=2.10 && <2.16, tasty <1.6, tasty-hunit <0.11, - tasty-quickcheck <0.11, + tasty-quickcheck <0.12, tasty-smallcheck <0.9, vector, @@ -120,5 +120,5 @@ benchmark chimera-bench mtl, random <1.3, tasty >=1.4.2, - tasty-bench >=0.3.2 && <0.4, + tasty-bench >=0.4 && <0.5, vector,