From 34ed62fce40d834510457daa776bedf32a77781d Mon Sep 17 00:00:00 2001 From: hololeap Date: Fri, 17 Nov 2023 19:23:40 -0700 Subject: [PATCH] dev-haskell/quickcheck: slotmove 2 -> 0 Signed-off-by: hololeap Closes: https://github.com/gentoo/gentoo/pull/33672 Signed-off-by: Sam James --- app-portage/hackport/hackport-0.7.2.2.ebuild | 2 +- app-portage/hackport/hackport-0.8.4.0.ebuild | 2 +- app-portage/hackport/hackport-9999.ebuild | 2 +- dev-haskell/aeson/aeson-2.0.3.0.ebuild | 2 +- dev-haskell/aeson/aeson-2.1.2.1.ebuild | 2 +- dev-haskell/chasingbottoms/chasingbottoms-1.3.1.12.ebuild | 2 +- dev-haskell/crypto-api-tests/crypto-api-tests-0.3-r1.ebuild | 2 +- .../crypto-cipher-tests-0.0.11-r1.ebuild | 2 +- dev-haskell/digits/digits-0.3.1.ebuild | 2 +- dev-haskell/hspec-core/hspec-core-2.10.6.ebuild | 2 +- dev-haskell/hspec-core/hspec-core-2.9.4.ebuild | 2 +- dev-haskell/hspec-meta/hspec-meta-2.10.5.ebuild | 2 +- dev-haskell/hspec-meta/hspec-meta-2.9.3.ebuild | 2 +- dev-haskell/hspec-wai/hspec-wai-0.10.1.ebuild | 2 +- dev-haskell/hspec-wai/hspec-wai-0.11.1.ebuild | 2 +- dev-haskell/hspec/hspec-2.10.6.ebuild | 2 +- dev-haskell/hspec/hspec-2.9.4.ebuild | 2 +- dev-haskell/hsyaml/hsyaml-0.2.1.0.ebuild | 2 +- dev-haskell/lua-arbitrary/lua-arbitrary-1.0.1.1.ebuild | 2 +- dev-haskell/lua-arbitrary/lua-arbitrary-1.0.1.ebuild | 2 +- dev-haskell/megaparsec-tests/megaparsec-tests-9.2.2.ebuild | 2 +- dev-haskell/pandoc-types/pandoc-types-1.22.2.ebuild | 2 +- dev-haskell/pandoc-types/pandoc-types-1.23.1.ebuild | 2 +- dev-haskell/persistent-test/persistent-test-2.13.1.3.ebuild | 2 +- .../quickcheck-classes-base-0.6.2.0.ebuild | 6 +++--- .../quickcheck-classes/quickcheck-classes-0.6.4.0.ebuild | 6 +++--- .../quickcheck-classes/quickcheck-classes-0.6.5.0.ebuild | 6 +++--- .../quickcheck-instances/quickcheck-instances-0.3.27.ebuild | 2 +- .../quickcheck-instances-0.3.29.1-r1.ebuild | 2 +- dev-haskell/quickcheck-io/quickcheck-io-0.2.0.ebuild | 2 +- .../quickcheck-unicode/quickcheck-unicode-1.0.1.0.ebuild | 2 +- dev-haskell/quickcheck/quickcheck-2.14.2.ebuild | 2 +- dev-haskell/quickcheck/quickcheck-2.14.3.ebuild | 2 +- dev-haskell/servant/servant-0.19.ebuild | 2 +- dev-haskell/servant/servant-0.20.ebuild | 2 +- dev-haskell/tasty-lua/tasty-lua-1.0.2.ebuild | 2 +- dev-haskell/tasty-lua/tasty-lua-1.1.0.ebuild | 2 +- .../tasty-quickcheck/tasty-quickcheck-0.10.1.1.ebuild | 2 +- dev-haskell/tasty-quickcheck/tasty-quickcheck-0.10.2.ebuild | 2 +- .../test-framework-quickcheck2-0.3.0.5-r2.ebuild | 2 +- dev-haskell/tree-diff/tree-diff-0.2.1.1.ebuild | 2 +- dev-haskell/tree-diff/tree-diff-0.3.0.1-r1.ebuild | 2 +- dev-util/shellcheck/shellcheck-0.9.0-r2.ebuild | 2 +- dev-vcs/git-annex/git-annex-10.20220624.ebuild | 2 +- dev-vcs/git-annex/git-annex-10.20230802.ebuild | 2 +- dev-vcs/git-repair/git-repair-1.20220404.ebuild | 2 +- dev-vcs/git-repair/git-repair-1.20230814.ebuild | 2 +- profiles/updates/4Q-2023 | 1 + 48 files changed, 54 insertions(+), 53 deletions(-) diff --git a/app-portage/hackport/hackport-0.7.2.2.ebuild b/app-portage/hackport/hackport-0.7.2.2.ebuild index 95546f4c97870..9caa117dedee7 100644 --- a/app-portage/hackport/hackport-0.7.2.2.ebuild +++ b/app-portage/hackport/hackport-0.7.2.2.ebuild @@ -33,7 +33,7 @@ RDEPEND=">=dev-haskell/async-2.0:= >=dev-haskell/network-3.0:= >=dev-haskell/network-uri-2.6.0.2:= >=dev-haskell/parallel-3.2.1.0:= - dev-haskell/quickcheck:2= + dev-haskell/quickcheck:= >=dev-haskell/random-1:= >=dev-haskell/regex-base-0.94.0.0:= >=dev-haskell/regex-posix-0.96.0.0:= diff --git a/app-portage/hackport/hackport-0.8.4.0.ebuild b/app-portage/hackport/hackport-0.8.4.0.ebuild index d43064a77d5ab..624f4ffddd58c 100644 --- a/app-portage/hackport/hackport-0.8.4.0.ebuild +++ b/app-portage/hackport/hackport-0.8.4.0.ebuild @@ -38,7 +38,7 @@ RDEPEND=" >=dev-haskell/parsec-3.1.13.0:=[profile?] dev-haskell/parser-combinators:=[profile?] dev-haskell/prettyprinter:=[profile?] - dev-haskell/quickcheck:2= + dev-haskell/quickcheck:= >=dev-haskell/random-1.2:=[profile?] >=dev-haskell/regex-base-0.94.0.0:=[profile?] >=dev-haskell/regex-posix-0.96.0.0:=[profile?] diff --git a/app-portage/hackport/hackport-9999.ebuild b/app-portage/hackport/hackport-9999.ebuild index dfd8f33c2cf4b..6845afdc9bf74 100644 --- a/app-portage/hackport/hackport-9999.ebuild +++ b/app-portage/hackport/hackport-9999.ebuild @@ -42,7 +42,7 @@ RDEPEND=" >=dev-haskell/parsec-3.1.13.0:=[profile?] dev-haskell/parser-combinators:=[profile?] dev-haskell/prettyprinter:=[profile?] - dev-haskell/quickcheck:2= + dev-haskell/quickcheck:= >=dev-haskell/random-1.2:=[profile?] >=dev-haskell/regex-base-0.94.0.0:=[profile?] >=dev-haskell/regex-posix-0.96.0.0:=[profile?] diff --git a/dev-haskell/aeson/aeson-2.0.3.0.ebuild b/dev-haskell/aeson/aeson-2.0.3.0.ebuild index 2c9aed3a5f2ad..2f374da46b2ac 100644 --- a/dev-haskell/aeson/aeson-2.0.3.0.ebuild +++ b/dev-haskell/aeson/aeson-2.0.3.0.ebuild @@ -28,7 +28,7 @@ RDEPEND=">=dev-haskell/attoparsec-0.14.2:=[profile?] =dev-haskell/indexed-traversable-0.1.2:=[profile?] =dev-haskell/onetuple-0.3.1:=[profile?] =dev-haskell/primitive-0.7.3.0:=[profile?] =dev-haskell/quickcheck-2.14.2:2=[profile?] =dev-haskell/quickcheck-2.14.2:=[profile?] =dev-haskell/scientific-0.3.7.0:=[profile?] =dev-haskell/semialign-1.2:=[profile?] =dev-haskell/strict-0.4:=[profile?] =dev-haskell/byteable-0.1.1:=[profile?] =dev-haskell/crypto-cipher-types-0.0.8:=[profile?] =dev-haskell/quickcheck-2:2=[profile?] + >=dev-haskell/quickcheck-2:=[profile?] >=dev-haskell/securemem-0.1.1:=[profile?] =dev-lang/ghc-7.8.2:= " DEPEND="${RDEPEND} diff --git a/dev-haskell/hspec-core/hspec-core-2.10.6.ebuild b/dev-haskell/hspec-core/hspec-core-2.10.6.ebuild index 0bb32db0635a2..1b54214140c18 100644 --- a/dev-haskell/hspec-core/hspec-core-2.10.6.ebuild +++ b/dev-haskell/hspec-core/hspec-core-2.10.6.ebuild @@ -19,7 +19,7 @@ RDEPEND=">=dev-haskell/ansi-terminal-0.6.2:=[profile?] >=dev-haskell/call-stack-0.2.0:=[profile?] >=dev-haskell/hspec-expectations-0.8.2:=[profile?] =dev-haskell/hunit-1.6:=[profile?] =dev-haskell/quickcheck-2.13.1:2=[profile?] + >=dev-haskell/quickcheck-2.13.1:=[profile?] >=dev-haskell/quickcheck-io-0.2.0:=[profile?] dev-haskell/random:=[profile?] dev-haskell/setenv:=[profile?] diff --git a/dev-haskell/hspec-core/hspec-core-2.9.4.ebuild b/dev-haskell/hspec-core/hspec-core-2.9.4.ebuild index 7bfb07c320331..47e557342c1c6 100644 --- a/dev-haskell/hspec-core/hspec-core-2.9.4.ebuild +++ b/dev-haskell/hspec-core/hspec-core-2.9.4.ebuild @@ -22,7 +22,7 @@ RDEPEND=">=dev-haskell/ansi-terminal-0.6.2:=[profile?] >=dev-haskell/clock-0.7.1:=[profile?] >=dev-haskell/hspec-expectations-0.8.2:=[profile?] =dev-haskell/hunit-1.6:=[profile?] =dev-haskell/quickcheck-2.13.1:2=[profile?] + >=dev-haskell/quickcheck-2.13.1:=[profile?] >=dev-haskell/quickcheck-io-0.2.0:=[profile?] dev-haskell/random:=[profile?] dev-haskell/setenv:=[profile?] diff --git a/dev-haskell/hspec-meta/hspec-meta-2.10.5.ebuild b/dev-haskell/hspec-meta/hspec-meta-2.10.5.ebuild index 8ae96f2c37604..0162ff534d118 100644 --- a/dev-haskell/hspec-meta/hspec-meta-2.10.5.ebuild +++ b/dev-haskell/hspec-meta/hspec-meta-2.10.5.ebuild @@ -18,7 +18,7 @@ KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86" RDEPEND="dev-haskell/ansi-terminal:=[profile?] dev-haskell/call-stack:=[profile?] dev-haskell/clock:=[profile?] - >=dev-haskell/quickcheck-2.12:2=[profile?] + >=dev-haskell/quickcheck-2.12:=[profile?] dev-haskell/quickcheck-io:=[profile?] dev-haskell/random:=[profile?] dev-haskell/setenv:=[profile?] diff --git a/dev-haskell/hspec-meta/hspec-meta-2.9.3.ebuild b/dev-haskell/hspec-meta/hspec-meta-2.9.3.ebuild index 3017ed6db01aa..ae4955444518c 100644 --- a/dev-haskell/hspec-meta/hspec-meta-2.9.3.ebuild +++ b/dev-haskell/hspec-meta/hspec-meta-2.9.3.ebuild @@ -19,7 +19,7 @@ KEYWORDS="amd64 ~arm64 ~ppc64 ~riscv ~x86" RDEPEND="dev-haskell/ansi-terminal:=[profile?] dev-haskell/call-stack:=[profile?] dev-haskell/clock:=[profile?] - >=dev-haskell/quickcheck-2.12:2=[profile?] + >=dev-haskell/quickcheck-2.12:=[profile?] dev-haskell/quickcheck-io:=[profile?] dev-haskell/random:=[profile?] dev-haskell/setenv:=[profile?] diff --git a/dev-haskell/hspec-wai/hspec-wai-0.10.1.ebuild b/dev-haskell/hspec-wai/hspec-wai-0.10.1.ebuild index 34e0f38034332..2113672f62490 100644 --- a/dev-haskell/hspec-wai/hspec-wai-0.10.1.ebuild +++ b/dev-haskell/hspec-wai/hspec-wai-0.10.1.ebuild @@ -22,7 +22,7 @@ RDEPEND="dev-haskell/base-compat:=[profile?] >=dev-haskell/hspec-core-2:=[profile?] =dev-haskell/hspec-expectations-0.8.0:=[profile?] dev-haskell/http-types:=[profile?] - dev-haskell/quickcheck:2=[profile?] + dev-haskell/quickcheck:=[profile?] dev-haskell/text:=[profile?] >=dev-haskell/wai-3:=[profile?] >=dev-haskell/wai-extra-3:=[profile?] diff --git a/dev-haskell/hspec-wai/hspec-wai-0.11.1.ebuild b/dev-haskell/hspec-wai/hspec-wai-0.11.1.ebuild index bd1f3b890a338..2dffe8d9ac75e 100644 --- a/dev-haskell/hspec-wai/hspec-wai-0.11.1.ebuild +++ b/dev-haskell/hspec-wai/hspec-wai-0.11.1.ebuild @@ -20,7 +20,7 @@ RDEPEND="dev-haskell/base-compat:=[profile?] >=dev-haskell/hspec-core-2:=[profile?] =dev-haskell/hspec-expectations-0.8.0:=[profile?] dev-haskell/http-types:=[profile?] - dev-haskell/quickcheck:2=[profile?] + dev-haskell/quickcheck:=[profile?] dev-haskell/text:=[profile?] >=dev-haskell/wai-3:=[profile?] >=dev-haskell/wai-extra-3:=[profile?] diff --git a/dev-haskell/hspec/hspec-2.10.6.ebuild b/dev-haskell/hspec/hspec-2.10.6.ebuild index d6b7bba755476..f8f9cbab5453a 100644 --- a/dev-haskell/hspec/hspec-2.10.6.ebuild +++ b/dev-haskell/hspec/hspec-2.10.6.ebuild @@ -18,7 +18,7 @@ KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86" RDEPEND="~dev-haskell/hspec-core-2.10.6:=[profile?] ~dev-haskell/hspec-discover-2.10.6:=[profile?] >=dev-haskell/hspec-expectations-0.8.2:=[profile?] =dev-haskell/quickcheck-2.12:2=[profile?] + >=dev-haskell/quickcheck-2.12:=[profile?] >=dev-lang/ghc-8.4.3:= " DEPEND="${RDEPEND} diff --git a/dev-haskell/hspec/hspec-2.9.4.ebuild b/dev-haskell/hspec/hspec-2.9.4.ebuild index ab03a4c0b339d..2f38a5db8ae66 100644 --- a/dev-haskell/hspec/hspec-2.9.4.ebuild +++ b/dev-haskell/hspec/hspec-2.9.4.ebuild @@ -19,7 +19,7 @@ KEYWORDS="amd64 ~arm64 ~ppc64 ~riscv ~x86" RDEPEND="~dev-haskell/hspec-core-2.9.4:=[profile?] ~dev-haskell/hspec-discover-2.9.4:=[profile?] >=dev-haskell/hspec-expectations-0.8.2:=[profile?] =dev-haskell/quickcheck-2.12:2=[profile?] + >=dev-haskell/quickcheck-2.12:=[profile?] >=dev-lang/ghc-8.4.3:= " DEPEND="${RDEPEND} diff --git a/dev-haskell/hsyaml/hsyaml-0.2.1.0.ebuild b/dev-haskell/hsyaml/hsyaml-0.2.1.0.ebuild index ce3b34aac4591..12061ee0f0471 100644 --- a/dev-haskell/hsyaml/hsyaml-0.2.1.0.ebuild +++ b/dev-haskell/hsyaml/hsyaml-0.2.1.0.ebuild @@ -27,7 +27,7 @@ RDEPEND=">=dev-haskell/fail-4.9.0.0:=[profile?] =dev-haskell/hspec-2.0:=[profile?] =dev-haskell/hspec-expectations-0.8:=[profile?] =dev-haskell/hspec-megaparsec-2.0:=[profile?] =dev-haskell/quickcheck-2.10:2=[profile?] =dev-haskell/quickcheck-2.10:=[profile?] =dev-lang/ghc-9.0.2:= " DEPEND="${RDEPEND} diff --git a/dev-haskell/pandoc-types/pandoc-types-1.22.2.ebuild b/dev-haskell/pandoc-types/pandoc-types-1.22.2.ebuild index 1a7ed7610cf99..0966156abcb59 100644 --- a/dev-haskell/pandoc-types/pandoc-types-1.22.2.ebuild +++ b/dev-haskell/pandoc-types/pandoc-types-1.22.2.ebuild @@ -17,7 +17,7 @@ SLOT="0/${PV}" KEYWORDS="amd64 ~arm64 ~ppc64 ~riscv ~x86" RDEPEND=">=dev-haskell/aeson-0.6.2:=[profile?] =dev-haskell/quickcheck-2.10:2=[profile?] =dev-haskell/quickcheck-2.10:=[profile?] =dev-haskell/syb-0.1:=[profile?] =dev-lang/ghc-8.4.3:= " diff --git a/dev-haskell/pandoc-types/pandoc-types-1.23.1.ebuild b/dev-haskell/pandoc-types/pandoc-types-1.23.1.ebuild index d71b49b34b75a..e02997758c0e4 100644 --- a/dev-haskell/pandoc-types/pandoc-types-1.23.1.ebuild +++ b/dev-haskell/pandoc-types/pandoc-types-1.23.1.ebuild @@ -16,7 +16,7 @@ SLOT="0/${PV}" KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86" RDEPEND=">=dev-haskell/aeson-0.6.2:=[profile?] =dev-haskell/quickcheck-2.10:2=[profile?] =dev-haskell/quickcheck-2.10:=[profile?] =dev-haskell/syb-0.1:=[profile?] =dev-lang/ghc-8.8.1:= diff --git a/dev-haskell/persistent-test/persistent-test-2.13.1.3.ebuild b/dev-haskell/persistent-test/persistent-test-2.13.1.3.ebuild index 06b359a7220d3..8bac9b253e70b 100644 --- a/dev-haskell/persistent-test/persistent-test-2.13.1.3.ebuild +++ b/dev-haskell/persistent-test/persistent-test-2.13.1.3.ebuild @@ -26,7 +26,7 @@ RDEPEND=">=dev-haskell/aeson-1.0:=[profile?] >=dev-haskell/monad-logger-0.3.25:=[profile?] >=dev-haskell/path-pieces-0.2:=[profile?] >=dev-haskell/persistent-2.14:=[profile?] =dev-haskell/quickcheck-2.9:2=[profile?] + >=dev-haskell/quickcheck-2.9:=[profile?] >=dev-haskell/quickcheck-instances-0.3:=[profile?] >=dev-haskell/random-1.1:=[profile?] >=dev-haskell/resourcet-1.1:=[profile?] diff --git a/dev-haskell/quickcheck-classes-base/quickcheck-classes-base-0.6.2.0.ebuild b/dev-haskell/quickcheck-classes-base/quickcheck-classes-base-0.6.2.0.ebuild index 3563d04b0caa2..ec6966e5a1416 100644 --- a/dev-haskell/quickcheck-classes-base/quickcheck-classes-base-0.6.2.0.ebuild +++ b/dev-haskell/quickcheck-classes-base/quickcheck-classes-base-0.6.2.0.ebuild @@ -19,9 +19,9 @@ IUSE="+binary-laws +unary-laws" RDEPEND="dev-haskell/contravariant:=[profile?] >=dev-lang/ghc-8.4.3:= - binary-laws? ( >=dev-haskell/quickcheck-2.10.0:2=[profile?] ) - unary-laws? ( >=dev-haskell/quickcheck-2.10.0:2=[profile?] ) - !unary-laws? ( !binary-laws? ( >=dev-haskell/quickcheck-2.7:2=[profile?] ) ) + binary-laws? ( >=dev-haskell/quickcheck-2.10.0:=[profile?] ) + unary-laws? ( >=dev-haskell/quickcheck-2.10.0:=[profile?] ) + !unary-laws? ( !binary-laws? ( >=dev-haskell/quickcheck-2.7:=[profile?] ) ) " DEPEND="${RDEPEND} >=dev-haskell/cabal-2.4 diff --git a/dev-haskell/quickcheck-classes/quickcheck-classes-0.6.4.0.ebuild b/dev-haskell/quickcheck-classes/quickcheck-classes-0.6.4.0.ebuild index 1a22e5080c844..1ff3c61eeb835 100644 --- a/dev-haskell/quickcheck-classes/quickcheck-classes-0.6.4.0.ebuild +++ b/dev-haskell/quickcheck-classes/quickcheck-classes-0.6.4.0.ebuild @@ -28,11 +28,11 @@ RDEPEND=">=dev-haskell/base-orphans-0.1:=[profile?] dev-haskell/tagged:=[profile?] >=dev-lang/ghc-8.0.1:= aeson? ( >=dev-haskell/aeson-0.9:=[profile?] ) - binary-laws? ( >=dev-haskell/quickcheck-2.10.0:2=[profile?] ) + binary-laws? ( >=dev-haskell/quickcheck-2.10.0:=[profile?] ) semigroupoids? ( dev-haskell/semigroupoids:=[profile?] ) semirings? ( >=dev-haskell/semirings-0.4.2:=[profile?] ) - unary-laws? ( >=dev-haskell/quickcheck-2.10.0:2=[profile?] ) - !unary-laws? ( !binary-laws? ( >=dev-haskell/quickcheck-2.7:2=[profile?] ) ) + unary-laws? ( >=dev-haskell/quickcheck-2.10.0:=[profile?] ) + !unary-laws? ( !binary-laws? ( >=dev-haskell/quickcheck-2.7:=[profile?] ) ) vector? ( >=dev-haskell/vector-0.12:=[profile?] ) " DEPEND="${RDEPEND} diff --git a/dev-haskell/quickcheck-classes/quickcheck-classes-0.6.5.0.ebuild b/dev-haskell/quickcheck-classes/quickcheck-classes-0.6.5.0.ebuild index 2955701096546..451810b4b4c08 100644 --- a/dev-haskell/quickcheck-classes/quickcheck-classes-0.6.5.0.ebuild +++ b/dev-haskell/quickcheck-classes/quickcheck-classes-0.6.5.0.ebuild @@ -22,11 +22,11 @@ RDEPEND=">=dev-haskell/primitive-0.6.4:=[profile?] =dev-haskell/quickcheck-classes-base-0.6.2:=[profile?] =dev-lang/ghc-8.4.3:= aeson? ( >=dev-haskell/aeson-0.9:=[profile?] ) - binary-laws? ( >=dev-haskell/quickcheck-2.10.0:2=[profile?] ) + binary-laws? ( >=dev-haskell/quickcheck-2.10.0:=[profile?] ) semigroupoids? ( dev-haskell/semigroupoids:=[profile?] ) semirings? ( >=dev-haskell/semirings-0.4.2:=[profile?] ) - unary-laws? ( >=dev-haskell/quickcheck-2.10.0:2=[profile?] ) - !unary-laws? ( !binary-laws? ( >=dev-haskell/quickcheck-2.7:2=[profile?] ) ) + unary-laws? ( >=dev-haskell/quickcheck-2.10.0:=[profile?] ) + !unary-laws? ( !binary-laws? ( >=dev-haskell/quickcheck-2.7:=[profile?] ) ) vector? ( >=dev-haskell/vector-0.12:=[profile?] ) " DEPEND="${RDEPEND} diff --git a/dev-haskell/quickcheck-instances/quickcheck-instances-0.3.27.ebuild b/dev-haskell/quickcheck-instances/quickcheck-instances-0.3.27.ebuild index a618cad264eda..9356b57ae4e28 100644 --- a/dev-haskell/quickcheck-instances/quickcheck-instances-0.3.27.ebuild +++ b/dev-haskell/quickcheck-instances/quickcheck-instances-0.3.27.ebuild @@ -24,7 +24,7 @@ RDEPEND=">=dev-haskell/case-insensitive-1.2.0.4:=[profile?] =dev-haskell/integer-logarithms-1.0.3:=[profile?] =dev-haskell/old-time-1.1.0.0:=[profile?] =dev-haskell/onetuple-0.3:=[profile?] =dev-haskell/quickcheck-2.14.1:2=[profile?] =dev-haskell/quickcheck-2.14.1:=[profile?] =dev-haskell/scientific-0.3.6.2:=[profile?] =dev-haskell/splitmix-0.0.2:=[profile?] =dev-haskell/strict-0.4:=[profile?] =dev-haskell/quickcheck-2.7:=[profile?] >=dev-lang/ghc-8.10.6:= " DEPEND="${RDEPEND} diff --git a/dev-haskell/quickcheck/quickcheck-2.14.2.ebuild b/dev-haskell/quickcheck/quickcheck-2.14.2.ebuild index 29e667b80fcd8..ab6efc03e6aba 100644 --- a/dev-haskell/quickcheck/quickcheck-2.14.2.ebuild +++ b/dev-haskell/quickcheck/quickcheck-2.14.2.ebuild @@ -17,7 +17,7 @@ HOMEPAGE="https://github.com/nick8325/quickcheck" SRC_URI="https://hackage.haskell.org/package/${MY_P}/${MY_P}.tar.gz" LICENSE="BSD" -SLOT="2/${PV}" +SLOT="0/${PV}" KEYWORDS="amd64 ~arm64 ~ppc64 ~riscv ~x86 ~amd64-linux ~x86-linux" IUSE="+template-haskell" diff --git a/dev-haskell/quickcheck/quickcheck-2.14.3.ebuild b/dev-haskell/quickcheck/quickcheck-2.14.3.ebuild index bcfff140bd417..6af1c5d02f8fc 100644 --- a/dev-haskell/quickcheck/quickcheck-2.14.3.ebuild +++ b/dev-haskell/quickcheck/quickcheck-2.14.3.ebuild @@ -15,7 +15,7 @@ DESCRIPTION="Automatic testing of Haskell programs" HOMEPAGE="https://github.com/nick8325/quickcheck" LICENSE="BSD" -SLOT="2/${PV}" +SLOT="0/${PV}" KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86 ~amd64-linux" IUSE="+template-haskell" diff --git a/dev-haskell/servant/servant-0.19.ebuild b/dev-haskell/servant/servant-0.19.ebuild index d15e317c0b0f9..000cd5defb16a 100644 --- a/dev-haskell/servant/servant-0.19.ebuild +++ b/dev-haskell/servant/servant-0.19.ebuild @@ -33,7 +33,7 @@ RDEPEND=">=dev-haskell/aeson-1.4.1.0:=[profile?] =dev-haskell/http-types-0.12.2:=[profile?] =dev-haskell/mmorph-1.1.2:=[profile?] =dev-haskell/network-uri-2.6.1.0:=[profile?] =dev-haskell/quickcheck-2.12.6.1:2=[profile?] =dev-haskell/quickcheck-2.12.6.1:=[profile?] =dev-haskell/singleton-bool-0.1.4:=[profile?] =dev-haskell/sop-core-0.4.0.0:=[profile?] =dev-haskell/string-conversions-0.4.0.1:=[profile?] =dev-haskell/file-embed-0.0:=[profile?] =dev-haskell/hslua-core-2.0:=[profile?] =dev-haskell/hslua-marshalling-2.0:=[profile?] =dev-haskell/lua-arbitrary-1.0:=[profile?] =dev-haskell/quickcheck-2.9:2=[profile?] =dev-haskell/quickcheck-2.9:=[profile?] =dev-haskell/tasty-1.2:=[profile?] =dev-haskell/text-1.0:=[profile?] =dev-lang/ghc-8.4.3:= diff --git a/dev-haskell/tasty-lua/tasty-lua-1.1.0.ebuild b/dev-haskell/tasty-lua/tasty-lua-1.1.0.ebuild index 16250ccc7505c..787f5539f8446 100644 --- a/dev-haskell/tasty-lua/tasty-lua-1.1.0.ebuild +++ b/dev-haskell/tasty-lua/tasty-lua-1.1.0.ebuild @@ -19,7 +19,7 @@ RDEPEND=">=dev-haskell/file-embed-0.0:=[profile?] =dev-haskell/hslua-core-2.3:=[profile?] =dev-haskell/hslua-marshalling-2.0:=[profile?] =dev-haskell/lua-arbitrary-1.0:=[profile?] =dev-haskell/quickcheck-2.9:2=[profile?] =dev-haskell/quickcheck-2.9:=[profile?] =dev-haskell/tasty-1.2:=[profile?] =dev-haskell/text-1.2:=[profile?] =dev-lang/ghc-8.8.1:= diff --git a/dev-haskell/tasty-quickcheck/tasty-quickcheck-0.10.1.1.ebuild b/dev-haskell/tasty-quickcheck/tasty-quickcheck-0.10.1.1.ebuild index fa7412f3b4bc9..2c998919b3f5e 100644 --- a/dev-haskell/tasty-quickcheck/tasty-quickcheck-0.10.1.1.ebuild +++ b/dev-haskell/tasty-quickcheck/tasty-quickcheck-0.10.1.1.ebuild @@ -18,7 +18,7 @@ KEYWORDS="amd64 ~arm64 ~ppc64 ~riscv ~x86" IUSE="" RDEPEND="dev-haskell/optparse-applicative:=[profile?] - >=dev-haskell/quickcheck-2.10:2=[profile?] + >=dev-haskell/quickcheck-2.10:=[profile?] dev-haskell/random:=[profile?] dev-haskell/tagged:=[profile?] >=dev-haskell/tasty-1.0.1:=[profile?] diff --git a/dev-haskell/tasty-quickcheck/tasty-quickcheck-0.10.2.ebuild b/dev-haskell/tasty-quickcheck/tasty-quickcheck-0.10.2.ebuild index 7cef49a8629df..f9bb7b4d7cf90 100644 --- a/dev-haskell/tasty-quickcheck/tasty-quickcheck-0.10.2.ebuild +++ b/dev-haskell/tasty-quickcheck/tasty-quickcheck-0.10.2.ebuild @@ -16,7 +16,7 @@ SLOT="0/${PV}" KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86" RDEPEND="dev-haskell/optparse-applicative:=[profile?] - >=dev-haskell/quickcheck-2.10:2=[profile?] + >=dev-haskell/quickcheck-2.10:=[profile?] dev-haskell/random:=[profile?] dev-haskell/tagged:=[profile?] >=dev-haskell/tasty-1.0.1:=[profile?] diff --git a/dev-haskell/test-framework-quickcheck2/test-framework-quickcheck2-0.3.0.5-r2.ebuild b/dev-haskell/test-framework-quickcheck2/test-framework-quickcheck2-0.3.0.5-r2.ebuild index 77325980858f4..3dce34339afaa 100644 --- a/dev-haskell/test-framework-quickcheck2/test-framework-quickcheck2-0.3.0.5-r2.ebuild +++ b/dev-haskell/test-framework-quickcheck2/test-framework-quickcheck2-0.3.0.5-r2.ebuild @@ -19,7 +19,7 @@ KEYWORDS="amd64 ~arm64 ~ppc64 ~riscv ~x86" IUSE="" RDEPEND=">=dev-haskell/extensible-exceptions-0.1.1:=[profile?] =dev-haskell/quickcheck-2.4:2=[profile?] + >=dev-haskell/quickcheck-2.4:=[profile?] >=dev-haskell/random-1:=[profile?] =dev-haskell/test-framework-0.8:=[profile?] =dev-lang/ghc-7.4.1:= diff --git a/dev-haskell/tree-diff/tree-diff-0.2.1.1.ebuild b/dev-haskell/tree-diff/tree-diff-0.2.1.1.ebuild index fdf42ed51e860..a7aadab49bfa8 100644 --- a/dev-haskell/tree-diff/tree-diff-0.2.1.1.ebuild +++ b/dev-haskell/tree-diff/tree-diff-0.2.1.1.ebuild @@ -21,7 +21,7 @@ RDEPEND=">=dev-haskell/ansi-terminal-0.10:=[profile?] =dev-haskell/bytestring-builder-0.10.8.2.0:=[profile?] =dev-haskell/parsers-0.12.10:=[profile?] =dev-haskell/primitive-0.7.1.0:=[profile?] =dev-haskell/quickcheck-2.14.2:2=[profile?] =dev-haskell/quickcheck-2.14.2:=[profile?] =dev-haskell/scientific-0.3.6.2:=[profile?] =dev-haskell/semialign-1.1:=[profile?] =dev-haskell/strict-0.4.0.1:=[profile?] =dev-haskell/aeson-1.4.0:=[profile?] =dev-haskell/diff-0.4.0:=[profile?] =dev-haskell/parsec-3.1.14:=[profile?] =dev-haskell/quickcheck-2.14.2:2=[profile?] =dev-haskell/quickcheck-2.14.2:=[profile?] =dev-haskell/regex-tdfa-1.2.0:=[profile?] =dev-lang/ghc-8.10.6:= || ( diff --git a/dev-vcs/git-annex/git-annex-10.20220624.ebuild b/dev-vcs/git-annex/git-annex-10.20220624.ebuild index 0b65231e2a48a..47a14cc79186e 100644 --- a/dev-vcs/git-annex/git-annex-10.20220624.ebuild +++ b/dev-vcs/git-annex/git-annex-10.20220624.ebuild @@ -65,7 +65,7 @@ RDEPEND="dev-haskell/aeson:= >=dev-haskell/persistent-2.8.1:= >=dev-haskell/persistent-sqlite-2.8.1:= dev-haskell/persistent-template:= - >=dev-haskell/quickcheck-2.10.0:2= + >=dev-haskell/quickcheck-2.10.0:= dev-haskell/random:= dev-haskell/regex-tdfa:= dev-haskell/resourcet:= diff --git a/dev-vcs/git-annex/git-annex-10.20230802.ebuild b/dev-vcs/git-annex/git-annex-10.20230802.ebuild index 36f22413658bd..6d160a5cd4e09 100644 --- a/dev-vcs/git-annex/git-annex-10.20230802.ebuild +++ b/dev-vcs/git-annex/git-annex-10.20230802.ebuild @@ -62,7 +62,7 @@ RDEPEND="dev-haskell/aeson:= >=dev-haskell/persistent-2.8.1:= >=dev-haskell/persistent-sqlite-2.8.1:= dev-haskell/persistent-template:= - >=dev-haskell/quickcheck-2.10.0:2= + >=dev-haskell/quickcheck-2.10.0:= dev-haskell/random:= dev-haskell/regex-tdfa:= dev-haskell/resourcet:= diff --git a/dev-vcs/git-repair/git-repair-1.20220404.ebuild b/dev-vcs/git-repair/git-repair-1.20220404.ebuild index b9afa202886f8..c397b70a3f9f2 100644 --- a/dev-vcs/git-repair/git-repair-1.20220404.ebuild +++ b/dev-vcs/git-repair/git-repair-1.20220404.ebuild @@ -35,7 +35,7 @@ RDEPEND=" >=dev-haskell/network-2.6:=[profile?] >=dev-haskell/network-uri-2.6:=[profile?] >=dev-haskell/optparse-applicative-0.14.1:=[profile?] - dev-haskell/quickcheck:2=[profile?] + dev-haskell/quickcheck:=[profile?] dev-haskell/split:=[profile?] >=dev-haskell/unix-compat-0.5:=[profile?] dev-haskell/utf8-string:=[profile?] diff --git a/dev-vcs/git-repair/git-repair-1.20230814.ebuild b/dev-vcs/git-repair/git-repair-1.20230814.ebuild index e05583b21e7c4..d1a35796e0b81 100644 --- a/dev-vcs/git-repair/git-repair-1.20230814.ebuild +++ b/dev-vcs/git-repair/git-repair-1.20230814.ebuild @@ -35,7 +35,7 @@ RDEPEND=" >=dev-haskell/network-2.6:= >=dev-haskell/network-uri-2.6:= >=dev-haskell/optparse-applicative-0.14.1:= - dev-haskell/quickcheck:2= + dev-haskell/quickcheck:= dev-haskell/split:= dev-haskell/text:= >=dev-haskell/unix-compat-0.5:= diff --git a/profiles/updates/4Q-2023 b/profiles/updates/4Q-2023 index e0b88589d235c..94acf5c449a92 100644 --- a/profiles/updates/4Q-2023 +++ b/profiles/updates/4Q-2023 @@ -27,3 +27,4 @@ slotmove dev-haskell/extra 2 0 slotmove dev-haskell/hdbc-postgresql 2 0 slotmove dev-haskell/hdbc 2 0 slotmove dev-haskell/parallel 3 0 +slotmove dev-haskell/quickcheck 2 0