Skip to content

Commit

Permalink
don't use tasty-quickcheck 0.11
Browse files Browse the repository at this point in the history
tasty-quickcheck 0.11 breaks backward compatibility. We don't have any
upper bounds on it.
  • Loading branch information
geekosaur committed Jun 22, 2024
1 parent 58b8126 commit 22246f4
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 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 <0.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
8 changes: 4 additions & 4 deletions cabal-install/cabal-install.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -348,7 +348,7 @@ test-suite unit-tests
tar,
time,
zlib,
tasty >= 1.2.3 && <1.6,
tasty >= 1.2.3 && <1.5.1,
tasty-golden >=2.3.1.1 && <2.4,
tasty-quickcheck,
tasty-expected-failure,
Expand Down Expand Up @@ -379,7 +379,7 @@ test-suite mem-use-tests
build-depends:
cabal-install,
containers,
tasty >= 1.2.3 && <1.6,
tasty >= 1.2.3 && <1.5.1,
tasty-hunit >= 0.10


Expand All @@ -399,7 +399,7 @@ test-suite integration-tests2
containers,
directory,
filepath,
tasty >= 1.2.3 && <1.6,
tasty >= 1.2.3 && <1.5.1,
tasty-hunit >= 0.10,
tagged

Expand Down Expand Up @@ -435,7 +435,7 @@ test-suite long-tests
network-uri >= 2.6.2.0 && <2.7,
random,
tagged,
tasty >= 1.2.3 && <1.6,
tasty >= 1.2.3 && <1.5.1,
tasty-expected-failure,
tasty-hunit >= 0.10,
tasty-quickcheck,
Expand Down

0 comments on commit 22246f4

Please sign in to comment.