File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ library
1616 , bytestring
1717 , Cabal ^>= 3.17.0.0
1818 , Cabal-syntax ^>= 3.17.0.0
19- , QuickCheck >= 2.13.2 && < 2.17
19+ , QuickCheck >= 2.13.2 && < 2.18
2020
2121 exposed-modules :
2222 Test.QuickCheck.GenericArbitrary
Original file line number Diff line number Diff line change @@ -391,7 +391,7 @@ test-suite unit-tests
391391 , tasty-expected-failure
392392 , tasty-hunit >= 0.10
393393 , tree-diff
394- , QuickCheck >= 2.14.3 && < 2.17
394+ , QuickCheck >= 2.14.3 && < 2.18
395395
396396-- Tests for the project file parser
397397test-suite parser-tests
@@ -500,5 +500,5 @@ test-suite long-tests
500500 , tasty-expected-failure
501501 , tasty-hunit >= 0.10
502502 , tasty-quickcheck < 0.12
503- , QuickCheck >= 2.14 && < 2.17
503+ , QuickCheck >= 2.14 && < 2.18
504504 , pretty-show >= 1.6.15
You can’t perform that action at this time.
0 commit comments