Skip to content

Commit

Permalink
Don't use tasty-quickcheck 0.11
Browse files Browse the repository at this point in the history
API incompatible with our test suites
  • Loading branch information
geekosaur committed Jun 23, 2024
1 parent 315e3f3 commit 3964da3
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 @@ -18,8 +18,8 @@ library
, pretty
, QuickCheck
, rere >=0.1 && <0.3
, tasty
, tasty-quickcheck
, tasty <1.6
, tasty-quickcheck <0.11

exposed-modules:
Distribution.Described
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 @@ -71,7 +71,7 @@ test-suite unit-tests
, QuickCheck >=2.14 && <2.15
, tasty >=1.2.3 && <1.6
, tasty-hunit
, tasty-quickcheck
, tasty-quickcheck <0.11
, temporary
, text

Expand Down Expand Up @@ -176,7 +176,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 @@ -135,5 +135,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 @@ -350,7 +350,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 @@ -438,6 +438,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 3964da3

Please sign in to comment.