diff --git a/time-compat.cabal b/time-compat.cabal index 359f48c..4578cec 100644 --- a/time-compat.cabal +++ b/time-compat.cabal @@ -121,12 +121,12 @@ test-suite main build-depends: base , deepseq - , QuickCheck >=2.13 && <2.16 + , QuickCheck >=2.15.0.1&& <2.16 , random >=1.2.1.3 && <1.3 - , tagged >=0.8.6 && <0.9 + , tagged >=0.8.9 && <0.9 , tasty >=1.5 && <1.6 , tasty-hunit >=0.10 && <0.11 - , tasty-quickcheck >=0.10 && <0.12 + , tasty-quickcheck >=0.11 && <0.12 , template-haskell , time-compat