| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 5-r1 | 8 | ~amd64 | 0/5-r1 |
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
# ebuild generated by hackport 0.6.6.9999
CABAL_FEATURES="lib profile haddock hoogle hscolour"
inherit haskell-cabal
DESCRIPTION="Semigroupoids that depend on PolyKinds"
HOMEPAGE="https://github.com/ekmett/semigroupoid-extras"
SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz"
LICENSE="BSD"
SLOT="0/${PV}"
KEYWORDS="~amd64"
IUSE="+profunctors"
CABAL_CHDEPS=(
'semigroupoids >= 5 && < 6' 'semigroupoids >= 5'
)
RDEPEND=">=dev-haskell/semigroupoids-5:=[profile?]
>=dev-lang/ghc-7.6.2:=
profunctors? ( >=dev-haskell/profunctors-5:=[profile?] <dev-haskell/profunctors-6:=[profile?] )
"
DEPEND="${RDEPEND}
>=dev-haskell/cabal-1.16.0
"
src_configure() {
haskell-cabal_src_configure \
$(cabal_flag profunctors profunctors)
}
>=dev-haskell/semigroupoids-5:=[profile?] >=dev-lang/ghc-7.6.2:= profunctors? ( >=dev-haskell/profunctors-5:=[profile?] <dev-haskell/profunctors-6:=[profile?] ) >=dev-haskell/cabal-1.16.0
>=dev-haskell/semigroupoids-5:=[profile?] >=dev-lang/ghc-7.6.2:= profunctors? ( >=dev-haskell/profunctors-5:=[profile?] <dev-haskell/profunctors-6:=[profile?] )