Skip to content

Commit

Permalink
Merge pull request #10137 from haskell/mergify/bp/3.12/pr-10136
Browse files Browse the repository at this point in the history
Skip tasty-quickcheck 0.11 (backport #10136)
  • Loading branch information
mergify[bot] authored Jun 23, 2024
2 parents 3d6753e + 853178c commit dfdc8f8
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions Cabal-described/Cabal-described.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ library
, pretty
, QuickCheck
, rere >=0.1 && <0.3
, tasty
, tasty-quickcheck
, tasty <1.6
, tasty-quickcheck <0.11
, transformers

exposed-modules:
Expand Down
4 changes: 2 additions & 2 deletions Cabal-tests/Cabal-tests.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ test-suite unit-tests
, tagged
, tasty >=1.2.3 && <1.6
, tasty-hunit
, tasty-quickcheck
, tasty-quickcheck <0.11
, temporary
, text
, transformers
Expand Down Expand Up @@ -188,7 +188,7 @@ test-suite rpmvercmp
QuickCheck
, tasty >=1.2.3 && <1.6
, tasty-hunit
, tasty-quickcheck
, tasty-quickcheck <0.11

c-sources: tests/cbits/rpmvercmp.c
cc-options: -Wall
Expand Down
2 changes: 1 addition & 1 deletion cabal-install-solver/cabal-install-solver.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -139,5 +139,5 @@ Test-Suite unit-tests
, Cabal-syntax
, cabal-install-solver
, tasty >= 1.2.3 && <1.6
, tasty-quickcheck
, tasty-quickcheck <0.11
, tasty-hunit >= 0.10
4 changes: 2 additions & 2 deletions cabal-install/cabal-install.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,7 @@ test-suite unit-tests
zlib,
tasty >= 1.2.3 && <1.6,
tasty-golden >=2.3.1.1 && <2.4,
tasty-quickcheck,
tasty-quickcheck <0.11,
tasty-expected-failure,
tasty-hunit >= 0.10,
tree-diff,
Expand Down Expand Up @@ -437,6 +437,6 @@ test-suite long-tests
tasty >= 1.2.3 && <1.6,
tasty-expected-failure,
tasty-hunit >= 0.10,
tasty-quickcheck,
tasty-quickcheck <0.11,
QuickCheck >= 2.14 && <2.16,
pretty-show >= 1.6.15

0 comments on commit dfdc8f8

Please sign in to comment.