diff options
author | hololeap <hololeap@protonmail.com> | 2023-11-17 19:23:40 -0700 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-11-19 18:32:45 +0000 |
commit | 34ed62fce40d834510457daa776bedf32a77781d (patch) | |
tree | 099d19f69f3fb411ecc6c76d992610b268258290 /dev-haskell/pandoc-types | |
parent | dev-haskell/parallel: slotmove 3 -> 0 (diff) | |
download | gentoo-34ed62fce40d834510457daa776bedf32a77781d.tar.gz gentoo-34ed62fce40d834510457daa776bedf32a77781d.tar.bz2 gentoo-34ed62fce40d834510457daa776bedf32a77781d.zip |
dev-haskell/quickcheck: slotmove 2 -> 0
Signed-off-by: hololeap <hololeap@protonmail.com>
Closes: https://github.com/gentoo/gentoo/pull/33672
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-haskell/pandoc-types')
-rw-r--r-- | dev-haskell/pandoc-types/pandoc-types-1.22.2.ebuild | 2 | ||||
-rw-r--r-- | dev-haskell/pandoc-types/pandoc-types-1.23.1.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
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 1a7ed7610cf9..0966156abcb5 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/aeson-2.1:=[profile?] - >=dev-haskell/quickcheck-2.10:2=[profile?] <dev-haskell/quickcheck-2.15:2=[profile?] + >=dev-haskell/quickcheck-2.10:=[profile?] <dev-haskell/quickcheck-2.15:=[profile?] >=dev-haskell/syb-0.1:=[profile?] <dev-haskell/syb-0.8:=[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 d71b49b34b75..e02997758c0e 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/aeson-2.3:=[profile?] - >=dev-haskell/quickcheck-2.10:2=[profile?] <dev-haskell/quickcheck-2.15:2=[profile?] + >=dev-haskell/quickcheck-2.10:=[profile?] <dev-haskell/quickcheck-2.15:=[profile?] >=dev-haskell/syb-0.1:=[profile?] <dev-haskell/syb-0.8:=[profile?] dev-haskell/text:=[profile?] >=dev-lang/ghc-8.8.1:= |