mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
dev-haskell/semigroupoids: add 6.0.2
Signed-off-by: hololeap <hololeap@protonmail.com> Signed-off-by: Mark Wright <gienah@gentoo.org>
This commit is contained in:
@@ -1 +1,3 @@
|
||||
DIST semigroupoids-5.3.7.tar.gz 35349 BLAKE2B c911fe203638714236211a9f40f638fd7e43255e57a4b1b3d0df0cf10a97cc93815776bb53c864a8a4c95fda74402f9a5f6003e3899c35015eacd9df8cc5b86b SHA512 5e908f3b1618cfeb45e03335284e8811ff443f3d7cd8013813337729da62570c052e854bde64c56535809340d0ba281e246d7d0cc8f14627deeb7b1047623849
|
||||
DIST semigroupoids-6.0.2-rev1.cabal 7216 BLAKE2B 57df19819c5748417e3373b1f9f9649d69a2d600ebcfb262cc250d9559db796f95d52b10bb336d83c8d5f3020cac2842f93bc3998141a4e06787a5365120a29f SHA512 c4aa32b363fcf9657f83b65d317185f592e88fb9483b97f1050af1a36c472d848564cf12df8a3b2dadc54c1a14982eb78f6772b5309b84cb91cafd13529774a6
|
||||
DIST semigroupoids-6.0.2.tar.gz 36447 BLAKE2B 7b7206e33611798e4848ea01a6bd039bfbd120f6bc68c66b1df10b9d58b72bd4c2b4a28d130622b8afc9d455a8f57b1b76f19446ba58e19aeb03e83e8656bd8b SHA512 2b1491278276bbccab3b834d64c7f2b3d882224297b45111e1c35360a98f59eb399b3c5ff1061578399b57c3241c7ad849acfcf6c0bf5b00b3a7cc28b9624458
|
||||
|
||||
45
dev-haskell/semigroupoids/semigroupoids-6.0.2.ebuild
Normal file
45
dev-haskell/semigroupoids/semigroupoids-6.0.2.ebuild
Normal file
@@ -0,0 +1,45 @@
|
||||
# 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
|
||||
#hackport: flags: +doctests,+comonad,+containers,+contravariant,+distributive,+tagged,+unordered-containers
|
||||
|
||||
CABAL_HACKAGE_REVISION=1
|
||||
|
||||
CABAL_FEATURES="lib profile haddock hoogle hscolour"
|
||||
inherit haskell-cabal
|
||||
|
||||
DESCRIPTION="Semigroupoids: Category sans id"
|
||||
HOMEPAGE="https://github.com/ekmett/semigroupoids"
|
||||
|
||||
LICENSE="BSD-2"
|
||||
SLOT="0/${PV}"
|
||||
KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86"
|
||||
|
||||
RDEPEND=">=dev-haskell/base-orphans-0.8.4:=[profile?] <dev-haskell/base-orphans-1:=[profile?]
|
||||
>=dev-haskell/bifunctors-5.6:=[profile?] <dev-haskell/bifunctors-6:=[profile?]
|
||||
>=dev-haskell/comonad-5.0.8:=[profile?] <dev-haskell/comonad-6:=[profile?]
|
||||
>=dev-haskell/contravariant-1.5.3:=[profile?] <dev-haskell/contravariant-2:=[profile?]
|
||||
>=dev-haskell/foldable1-classes-compat-0.1:=[profile?] <dev-haskell/foldable1-classes-compat-0.2:=[profile?]
|
||||
>=dev-haskell/hashable-1.2.7.0:=[profile?] <dev-haskell/hashable-1.6:=[profile?]
|
||||
>=dev-haskell/tagged-0.8.7:=[profile?] <dev-haskell/tagged-1:=[profile?]
|
||||
>=dev-haskell/transformers-compat-0.6:=[profile?] <dev-haskell/transformers-compat-0.9:=[profile?]
|
||||
>=dev-haskell/unordered-containers-0.2.8.0:=[profile?] <dev-haskell/unordered-containers-0.3:=[profile?]
|
||||
>=dev-lang/ghc-9.0.2:=
|
||||
"
|
||||
DEPEND="${RDEPEND}
|
||||
>=dev-haskell/cabal-3.4.1.0
|
||||
"
|
||||
|
||||
src_configure() {
|
||||
haskell-cabal_src_configure \
|
||||
--flag=comonad \
|
||||
--flag=containers \
|
||||
--flag=contravariant \
|
||||
--flag=distributive \
|
||||
--flag=doctests \
|
||||
--flag=tagged \
|
||||
--flag=unordered-containers
|
||||
}
|
||||
Reference in New Issue
Block a user