app-shells/bash-completion: add 2.16.0
[gentoo/gentoo.git] / dev-haskell / reducers / reducers-3.12.4.ebuild
bloba57a5ba40ed03c89efb4a27bc43a2430979087b3
1 # Copyright 1999-2023 Gentoo Authors
2 # Distributed under the terms of the GNU General Public License v2
4 EAPI=8
6 # ebuild generated by hackport 0.8.1.0.9999
8 CABAL_HACKAGE_REVISION=2
10 CABAL_FEATURES="lib profile haddock hoogle hscolour"
11 inherit haskell-cabal
13 DESCRIPTION="Semigroups, specialized containers and a general map/reduce framework"
14 HOMEPAGE="https://github.com/ekmett/reducers/"
16 LICENSE="BSD"
17 SLOT="0/${PV}"
18 KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86"
20 RDEPEND="
21         >=dev-haskell/fingertree-0.1:=[profile?] <dev-haskell/fingertree-0.2:=[profile?]
22         >=dev-haskell/hashable-1.1.2.1:=[profile?] <dev-haskell/hashable-1.5:=[profile?]
23         >=dev-haskell/semigroupoids-4:=[profile?] <dev-haskell/semigroupoids-6:=[profile?]
24         >=dev-haskell/text-0.11.1.5:=[profile?] <dev-haskell/text-2.1:=[profile?]
25         >=dev-haskell/unordered-containers-0.2:=[profile?] <dev-haskell/unordered-containers-0.3:=[profile?]
26         >=dev-lang/ghc-8.8.1:=
28 DEPEND="${RDEPEND}
29         >=dev-haskell/cabal-3.0.0.0