commit: cc1224ae5068aca79dcad1c836a874e19c25f396 Author: Mark Wright <gienah <AT> gentoo <DOT> org> AuthorDate: Sun Jan 11 05:48:49 2026 +0000 Commit: Mark Wright <gienah <AT> gentoo <DOT> org> CommitDate: Sun Jan 11 05:48:49 2026 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cc1224ae
dev-haskell/attoparsec: Hackage revbump Signed-off-by: Mark Wright <gienah <AT> gentoo.org> dev-haskell/attoparsec/Manifest | 2 +- dev-haskell/attoparsec/attoparsec-0.14.4-r1.ebuild | 22 ++++++++++------------ 2 files changed, 11 insertions(+), 13 deletions(-) diff --git a/dev-haskell/attoparsec/Manifest b/dev-haskell/attoparsec/Manifest index 878932895f29..27f2a6ee519f 100644 --- a/dev-haskell/attoparsec/Manifest +++ b/dev-haskell/attoparsec/Manifest @@ -1,2 +1,2 @@ -DIST attoparsec-0.14.4-rev4.cabal 5679 BLAKE2B d03ea52e19bc1e07da35f298245e613040f26d45b63322bc7995566802f71ec9d8aca05d96abc0585e06006053413abe5e58590bcd4fbfe1b13583d8e80788d3 SHA512 b879016ea2ff3ebb7b92d39282d48735d2d063ca94dc7cb6552a4d34607afe778876771911c844bd88cad6065aeb2ab85b7e41bbc8d4f1fe9de205af1a77db56 +DIST attoparsec-0.14.4-rev6.cabal 5914 BLAKE2B b8e3f4b8a88c50eb98d2343df1cc48d0f57073e6e044218aedf650c6870496742719b9cc0bf6c02c276b7a7bc0cb4fac4ca33685f938ecc2e35303d035b4d694 SHA512 c21b8d97918e36491e1ca1b4f30ae397761570bb0e9339fd06d1660e700ef45e6b2f82c30e271f468785be73855fc3b583683b81524084baa657aabca2e7607c DIST attoparsec-0.14.4.tar.gz 160701 BLAKE2B eb7094b0e1b064f5b10c198950b33a085722ee22bd6f0036c8e53aa5475f1b40fe08d528ec3afd547b13cd5712a51e5bcb86a8465a59174a35d603b3f9c13a0a SHA512 48aa7743b24def2db7041e3e0189d9844194c42b5d216ff5060806a80eb550200ddcb11e9321a910ac4881ffdd7381d80a4b88a73acfb29209c650eababb925b diff --git a/dev-haskell/attoparsec/attoparsec-0.14.4-r1.ebuild b/dev-haskell/attoparsec/attoparsec-0.14.4-r1.ebuild index 0ea6ec5604e8..2f7cf9c4c263 100644 --- a/dev-haskell/attoparsec/attoparsec-0.14.4-r1.ebuild +++ b/dev-haskell/attoparsec/attoparsec-0.14.4-r1.ebuild @@ -1,36 +1,34 @@ -# 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.0.0.9999 +# ebuild generated by hackport 0.8.5.1.9999 #hackport: flags: -developer -CABAL_HACKAGE_REVISION=4 +CABAL_HACKAGE_REVISION=6 CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" inherit haskell-cabal DESCRIPTION="Fast combinator parsing for bytestrings and text" -HOMEPAGE="https://github.com/bgamari/attoparsec" +HOMEPAGE="https://github.com/haskell/attoparsec" LICENSE="BSD" SLOT="0/${PV}" KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86" -RDEPEND=" - >=dev-haskell/scientific-0.3.1:=[profile?] <dev-haskell/scientific-0.4:=[profile?] - >=dev-lang/ghc-8.4.3:= +RDEPEND=">=dev-haskell/scientific-0.3.1:=[profile?] <dev-haskell/scientific-0.4:=[profile?] + >=dev-haskell/text-1.1.1.3:=[profile?] + >=dev-lang/ghc-9.0.2:= " DEPEND="${RDEPEND} - >=dev-haskell/cabal-2.2.0.1 - test? ( - >=dev-haskell/quickcheck-2.13.2 <dev-haskell/quickcheck-2.15 + >=dev-haskell/cabal-3.4.1.0 + test? ( >=dev-haskell/quickcheck-2.13.2 <dev-haskell/quickcheck-2.16 dev-haskell/quickcheck-unicode >=dev-haskell/tasty-0.11 >=dev-haskell/tasty-quickcheck-0.8 - dev-haskell/vector - ) + dev-haskell/vector ) " pkg_pretend() {
