diff --git a/apply-merge.cabal b/apply-merge.cabal index 316130c..8908a55 100644 --- a/apply-merge.cabal +++ b/apply-merge.cabal @@ -86,7 +86,7 @@ test-suite apply-merge-tests , tasty >=1.4 && <1.5 || >=1.5 && <1.6 , tasty-expected-failure ==0.12.* , tasty-hunit ==0.10.* - , tasty-quickcheck ==0.10.* + , tasty-quickcheck >=0.10 && <0.11 || >=0.11 && <0.12 , text >=1.2 && <1.3 || >=2.0 && <2.1 || >=2.1 && <2.2 , transformers >=0.5 && <0.6 || >=0.6 && <0.7 , vector >=0.12 && <0.13 || >=0.13 && <0.14 diff --git a/package.yaml b/package.yaml index 773ffe2..ec51115 100644 --- a/package.yaml +++ b/package.yaml @@ -75,7 +75,7 @@ tests: - tasty ^>= {1.4, 1.5} - tasty-expected-failure ^>= {0.12} - tasty-hunit ^>= {0.10} - - tasty-quickcheck ^>= {0.10} + - tasty-quickcheck ^>= {0.10, 0.11} - text ^>= {1.2, 2.0, 2.1} - transformers ^>= {0.5, 0.6} - vector ^>= {0.12, 0.13}