Skip to content
Snippets Groups Projects
Unverified Commit c39022a2 authored by mergify[bot]'s avatar mergify[bot] Committed by GitHub
Browse files

Merge pull request #10136 from geekosaur/skip-tasty-1.5.1

Skip tasty-quickcheck 0.11
parents 315e3f32 3964da34
No related branches found
No related tags found
No related merge requests found
Pipeline #97274 passed
...@@ -18,8 +18,8 @@ library ...@@ -18,8 +18,8 @@ library
, pretty , pretty
, QuickCheck , QuickCheck
, rere >=0.1 && <0.3 , rere >=0.1 && <0.3
, tasty , tasty <1.6
, tasty-quickcheck , tasty-quickcheck <0.11
exposed-modules: exposed-modules:
Distribution.Described Distribution.Described
......
...@@ -71,7 +71,7 @@ test-suite unit-tests ...@@ -71,7 +71,7 @@ test-suite unit-tests
, QuickCheck >=2.14 && <2.15 , QuickCheck >=2.14 && <2.15
, tasty >=1.2.3 && <1.6 , tasty >=1.2.3 && <1.6
, tasty-hunit , tasty-hunit
, tasty-quickcheck , tasty-quickcheck <0.11
, temporary , temporary
, text , text
...@@ -176,7 +176,7 @@ test-suite rpmvercmp ...@@ -176,7 +176,7 @@ test-suite rpmvercmp
QuickCheck QuickCheck
, tasty >=1.2.3 && <1.6 , tasty >=1.2.3 && <1.6
, tasty-hunit , tasty-hunit
, tasty-quickcheck , tasty-quickcheck <0.11
c-sources: tests/cbits/rpmvercmp.c c-sources: tests/cbits/rpmvercmp.c
cc-options: -Wall cc-options: -Wall
......
...@@ -135,5 +135,5 @@ Test-Suite unit-tests ...@@ -135,5 +135,5 @@ Test-Suite unit-tests
, Cabal-syntax , Cabal-syntax
, cabal-install-solver , cabal-install-solver
, tasty >= 1.2.3 && <1.6 , tasty >= 1.2.3 && <1.6
, tasty-quickcheck , tasty-quickcheck <0.11
, tasty-hunit >= 0.10 , tasty-hunit >= 0.10
...@@ -350,7 +350,7 @@ test-suite unit-tests ...@@ -350,7 +350,7 @@ test-suite unit-tests
zlib, zlib,
tasty >= 1.2.3 && <1.6, tasty >= 1.2.3 && <1.6,
tasty-golden >=2.3.1.1 && <2.4, tasty-golden >=2.3.1.1 && <2.4,
tasty-quickcheck, tasty-quickcheck <0.11,
tasty-expected-failure, tasty-expected-failure,
tasty-hunit >= 0.10, tasty-hunit >= 0.10,
tree-diff, tree-diff,
...@@ -438,6 +438,6 @@ test-suite long-tests ...@@ -438,6 +438,6 @@ test-suite long-tests
tasty >= 1.2.3 && <1.6, tasty >= 1.2.3 && <1.6,
tasty-expected-failure, tasty-expected-failure,
tasty-hunit >= 0.10, tasty-hunit >= 0.10,
tasty-quickcheck, tasty-quickcheck <0.11,
QuickCheck >= 2.14 && <2.16, QuickCheck >= 2.14 && <2.16,
pretty-show >= 1.6.15 pretty-show >= 1.6.15
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment