dev-haskell/kan-extensions: add 5.2.8

Signed-off-by: hololeap <hololeap@protonmail.com>
Signed-off-by: Mark Wright <gienah@gentoo.org>
This commit is contained in:
hololeap
2026-01-23 22:16:03 -07:00
committed by Mark Wright
parent 8ecf90e3af
commit 8202d3ede9
3 changed files with 32 additions and 0 deletions

View File

@@ -1 +1,2 @@
DIST kan-extensions-5.2.5.tar.gz 22205 BLAKE2B 372b83ed6d024e97ed76fa1a7cbee08d0ef8a2871d8d103a5c114c8616d6281e494503900e1f51d6c828f272be826e5ab3e6087e0de0b6c5119960f06a7c326e SHA512 70303f23e4935ca662f5e094a0ab9c18997c5ff2896bbbe1c8f7d994002f75176457757ad8d4647699ea1cc28701c75cb10cb4fcbe81d8c2f3c71cf28244ca9c
DIST kan-extensions-5.2.8.tar.gz 21802 BLAKE2B 70639695f583a2c179f5a952c7ff7e2040a42f6f2e24153f36e0501526a05f40d4de1ffcb53658c6810545bfa9d9c0ff5a12af327895699db240d1d1bd5d2d65 SHA512 e8a6a9c8a544c2ab40eb89abfaeba83b2cee0f94415c583904ee41d53bbb71aa4d7598c9314c35ae6ef92accee9f656223950bc7c4423aec11069d83ab59f314

View File

@@ -0,0 +1,30 @@
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
# ebuild generated by hackport 0.9.1.0
CABAL_FEATURES="lib profile haddock hoogle hscolour"
inherit haskell-cabal
DESCRIPTION="Kan extensions, Kan lifts, the Yoneda lemma, and (co)density (co)monads"
HOMEPAGE="https://github.com/ekmett/kan-extensions/"
LICENSE="BSD"
SLOT="0/${PV}"
KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86"
RDEPEND=">=dev-haskell/adjunctions-4.2:=[profile?] <dev-haskell/adjunctions-5:=[profile?]
>=dev-haskell/comonad-4:=[profile?] <dev-haskell/comonad-6:=[profile?]
>=dev-haskell/contravariant-1:=[profile?] <dev-haskell/contravariant-2:=[profile?]
>=dev-haskell/distributive-0.2.2:=[profile?] <dev-haskell/distributive-1:=[profile?]
>=dev-haskell/free-4:=[profile?] <dev-haskell/free-6:=[profile?]
>=dev-haskell/invariant-0.1:=[profile?] <dev-haskell/invariant-1:=[profile?]
>=dev-haskell/profunctors-5:=[profile?] <dev-haskell/profunctors-6:=[profile?]
>=dev-haskell/semigroupoids-5.2.2:=[profile?] <dev-haskell/semigroupoids-7:=[profile?]
>=dev-lang/ghc-9.0.2:=
"
DEPEND="${RDEPEND}
>=dev-haskell/cabal-3.4.1.0
"

View File

@@ -6,6 +6,7 @@
<name>Gentoo Haskell</name>
</maintainer>
<upstream>
<remote-id type="hackage">kan-extensions</remote-id>
<remote-id type="github">ekmett/kan-extensions</remote-id>
</upstream>
</pkgmetadata>