Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Cabal-QuickCheck/Cabal-QuickCheck.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ library
, bytestring
, Cabal ^>=3.17.0.0
, Cabal-syntax ^>=3.17.0.0
, QuickCheck >= 2.13.2 && < 2.17
, QuickCheck >= 2.13.2 && < 2.18

exposed-modules:
Test.QuickCheck.GenericArbitrary
Expand Down
4 changes: 2 additions & 2 deletions cabal-install/cabal-install.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -391,7 +391,7 @@ test-suite unit-tests
, tasty-expected-failure
, tasty-hunit >= 0.10
, tree-diff
, QuickCheck >= 2.14.3 && <2.17
, QuickCheck >= 2.14.3 && <2.18

-- Tests for the project file parser
test-suite parser-tests
Expand Down Expand Up @@ -500,5 +500,5 @@ test-suite long-tests
, tasty-expected-failure
, tasty-hunit >= 0.10
, tasty-quickcheck <0.12
, QuickCheck >= 2.14 && <2.17
, QuickCheck >= 2.14 && <2.18
, pretty-show >= 1.6.15
Loading