commit: 96431712ec3114f67d8740aabb2320c63b14db3e Author: Mark Wright <gienah <AT> gentoo <DOT> org> AuthorDate: Mon Jan 12 08:57:31 2026 +0000 Commit: Mark Wright <gienah <AT> gentoo <DOT> org> CommitDate: Mon Jan 12 09:01:28 2026 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=96431712
dev-haskell/options: Hackage revbump Signed-off-by: Mark Wright <gienah <AT> gentoo.org> dev-haskell/options/Manifest | 2 +- dev-haskell/options/options-1.2.1.1.ebuild | 28 ---------------------------- dev-haskell/options/options-1.2.1.2.ebuild | 8 +++----- 3 files changed, 4 insertions(+), 34 deletions(-) diff --git a/dev-haskell/options/Manifest b/dev-haskell/options/Manifest index 53b51528f0b1..51db3e38064b 100644 --- a/dev-haskell/options/Manifest +++ b/dev-haskell/options/Manifest @@ -1,2 +1,2 @@ -DIST options-1.2.1.1.tar.gz 25327 BLAKE2B 66611694e5beb558e185cd9a89e9368ebac035118360a4c1cb9bcba5ad2a0be74c32848e3983aec999b4cee6e3138c527fe31c869b52c84719ee89afe3aad232 SHA512 615a3767b74ca0ba2eae993f6e475963df2a0933f1e6c9bbfe35144c4dc6018af276144b2ec1b608b695dc7fca904784ebc63cd58a432f966588846cb36f94ea +DIST options-1.2.1.2-rev2.cabal 1648 BLAKE2B 9cc9d4a6c8476c4031f8250fc025e73ba79afddd7c63a9829b6d9f3e276ad48a4b2e2a38748dd8b02a666d5ddaca43e8938f3c208185f5b48b9e73d8beb96d63 SHA512 0ad60ee04f50f9eabaedd3f079669aece610a1e8a80c68d2c5bc4ccb68c2165d34feae4423ee2e80e7d85f7fdbfab96f53c1d8be015e4ac7fba71dfa7cbb080b DIST options-1.2.1.2.tar.gz 22693 BLAKE2B 4e17e038a910deb114182a5f98860cf4bef6ee6b03901105a23760cd108352e5be63ba762dadbd225ec10ef7c3b34c76184ccc927a36f2ff4720d6c0ee77ae5f SHA512 82c366adce56a27ab68a4388bc759b90ee4bfe38fd72325af954bef2eb3aee360729d5ed2de2964c8087b3b5a51d321321d9c02024b34b6167f09d7412aa2568 diff --git a/dev-haskell/options/options-1.2.1.1.ebuild b/dev-haskell/options/options-1.2.1.1.ebuild deleted file mode 100644 index f534e02cd20a..000000000000 --- a/dev-haskell/options/options-1.2.1.1.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -# ebuild generated by hackport 0.4.4.9999 - -CABAL_FEATURES="lib profile haddock hoogle hscolour" #Drop test-suite: circular depend -inherit haskell-cabal - -DESCRIPTION="A powerful and easy-to-use command-line option parser" -HOMEPAGE="https://john-millikin.com/software/haskell-options/" -SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz" - -LICENSE="MIT" -SLOT="0/${PV}" -KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86" -IUSE="" - -RESTRICT=test # circular depends: options[test]->chell->options - -RDEPEND=">=dev-haskell/monads-tf-0.1:=[profile?] - >=dev-haskell/transformers-0.2:=[profile?] - >=dev-lang/ghc-7.4.1:= -" -DEPEND="${RDEPEND} - >=dev-haskell/cabal-1.8 -" diff --git a/dev-haskell/options/options-1.2.1.2.ebuild b/dev-haskell/options/options-1.2.1.2.ebuild index f8c85444f9d0..ddbe8dd66914 100644 --- a/dev-haskell/options/options-1.2.1.2.ebuild +++ b/dev-haskell/options/options-1.2.1.2.ebuild @@ -1,10 +1,12 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2026 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 # ebuild generated by hackport 0.8.4.0.9999 +CABAL_HACKAGE_REVISION=2 + CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" inherit haskell-cabal @@ -15,10 +17,6 @@ LICENSE="MIT" SLOT="0/${PV}" KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86" -CABAL_CHDEPS=( - 'base ^>= 4.16 || ^>= 4.17 || ^>= 4.18' 'base >= 4.14 && < 5' -) - RDEPEND=" >=dev-haskell/monads-tf-0.3:=[profile?] <dev-haskell/monads-tf-0.4:=[profile?] >=dev-lang/ghc-8.10.6:=
