File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -17,8 +17,8 @@ library
1717 , pretty
1818 , QuickCheck
1919 , rere >= 0.1 && < 0.3
20- , tasty
21- , tasty-quickcheck
20+ , tasty < 1.6
21+ , tasty-quickcheck < 0.11
2222 , transformers
2323
2424 exposed-modules :
Original file line number Diff line number Diff line change @@ -78,7 +78,7 @@ test-suite unit-tests
7878 , tagged
7979 , tasty >= 1.2.3 && < 1.6
8080 , tasty-hunit
81- , tasty-quickcheck
81+ , tasty-quickcheck < 0.11
8282 , temporary
8383 , text
8484 , transformers
@@ -188,7 +188,7 @@ test-suite rpmvercmp
188188 QuickCheck
189189 , tasty >= 1.2.3 && < 1.6
190190 , tasty-hunit
191- , tasty-quickcheck
191+ , tasty-quickcheck < 0.11
192192
193193 c-sources : tests/cbits/rpmvercmp.c
194194 cc-options : -Wall
Original file line number Diff line number Diff line change @@ -139,5 +139,5 @@ Test-Suite unit-tests
139139 , Cabal-syntax
140140 , cabal-install-solver
141141 , tasty >= 1.2.3 && < 1.6
142- , tasty-quickcheck
142+ , tasty-quickcheck < 0.11
143143 , tasty-hunit >= 0.10
Original file line number Diff line number Diff line change @@ -349,7 +349,7 @@ test-suite unit-tests
349349 zlib,
350350 tasty >= 1.2.3 && < 1.6 ,
351351 tasty-golden >= 2.3.1.1 && < 2.4 ,
352- tasty-quickcheck,
352+ tasty-quickcheck < 0.11 ,
353353 tasty-expected-failure,
354354 tasty-hunit >= 0.10 ,
355355 tree-diff,
@@ -437,6 +437,6 @@ test-suite long-tests
437437 tasty >= 1.2.3 && < 1.6 ,
438438 tasty-expected-failure,
439439 tasty-hunit >= 0.10 ,
440- tasty-quickcheck,
440+ tasty-quickcheck < 0.11 ,
441441 QuickCheck >= 2.14 && < 2.16 ,
442442 pretty-show >= 1.6.15
You can’t perform that action at this time.
0 commit comments