Diff reducers-3.12.3-r1 with a reducers-3.12.4-r1
| /usr/portage/dev-haskell/reducers/reducers-3.12.4-r1.ebuild 2026-06-30 20:03:05.422681571 +0300 | ||
|---|---|---|
| 1 |
# Copyright 1999-2023 Gentoo Authors |
|
| 1 |
# Copyright 1999-2026 Gentoo Authors |
|
| 2 | 2 |
# Distributed under the terms of the GNU General Public License v2 |
| 3 | 3 | |
| 4 | 4 |
EAPI=8 |
| 5 | 5 | |
| 6 |
# ebuild generated by hackport 0.6.7.9999 |
|
| 6 |
# ebuild generated by hackport 0.8.5.1.9999 |
|
| 7 | ||
| 8 |
CABAL_HACKAGE_REVISION=6 |
|
| 7 | 9 | |
| 8 | 10 |
CABAL_FEATURES="lib profile haddock hoogle hscolour" |
| 9 | 11 |
inherit haskell-cabal |
| 10 | 12 | |
| 11 | 13 |
DESCRIPTION="Semigroups, specialized containers and a general map/reduce framework" |
| 12 | 14 |
HOMEPAGE="https://github.com/ekmett/reducers/" |
| 13 |
SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz"
|
|
| 14 | 15 | |
| 15 | 16 |
LICENSE="BSD" |
| 16 | 17 |
SLOT="0/${PV}"
|
| 17 | 18 |
KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86" |
| 18 |
IUSE="" |
|
| 19 | 19 | |
| 20 | 20 |
RDEPEND=">=dev-haskell/fingertree-0.1:=[profile?] <dev-haskell/fingertree-0.2:=[profile?] |
| 21 |
>=dev-haskell/hashable-1.1.2.1:=[profile?] |
|
| 22 |
>=dev-haskell/semigroupoids-4:=[profile?] <dev-haskell/semigroupoids-6:=[profile?] |
|
| 23 |
>=dev-haskell/semigroups-0.9:=[profile?] <dev-haskell/semigroups-1:=[profile?] |
|
| 24 |
>=dev-haskell/text-0.11.1.5:=[profile?] <dev-haskell/text-1.3:=[profile?] |
|
| 21 |
>=dev-haskell/hashable-1.1.2.1:=[profile?] <dev-haskell/hashable-1.5:=[profile?] |
|
| 22 |
>=dev-haskell/semigroupoids-4:=[profile?] <dev-haskell/semigroupoids-7:=[profile?] |
|
| 23 |
>=dev-haskell/text-0.11.1.5:=[profile?] <dev-haskell/text-2.2:=[profile?] |
|
| 25 | 24 |
>=dev-haskell/unordered-containers-0.2:=[profile?] <dev-haskell/unordered-containers-0.3:=[profile?] |
| 26 |
>=dev-lang/ghc-7.8.2:= <dev-lang/ghc-9.1 |
|
| 25 |
>=dev-lang/ghc-9.0.2:= |
|
| 27 | 26 |
" |
| 28 | 27 |
DEPEND="${RDEPEND}
|
| 29 |
>=dev-haskell/cabal-1.18.1.3 |
|
| 28 |
>=dev-haskell/cabal-3.4.1.0 |
|
| 30 | 29 |
" |
| 31 | ||
| 32 |
CABAL_CHDEPS=( |
|
| 33 |
'hashable >= 1.1.2.1 && < 1.3' 'hashable >= 1.1.2.1' |
|
| 34 |
) |
|