dev-haskell/monoid-extras: new package, add 0.6.5

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:19 -07:00
committed by Mark Wright
parent eb9d9dc06e
commit c756b1dece
3 changed files with 37 additions and 0 deletions

View File

@@ -0,0 +1 @@
DIST monoid-extras-0.6.5.tar.gz 16143 BLAKE2B 1f5b5753693d1e36da00cef6bc6a095e015b81807934321e73b82f205967a83557e9fbc2f566a56b2fba9a4f0ad6b20f13f2e86976c5947fcaa87782a31f09c3 SHA512 9d198740ed895451272f617ec8d59480e3fd1327727b31069192d07b0276a2f467ea84835dc56f88f9af7a0842720f3d83c9d51e731ec5af9e1fea2bfc509e5d

View File

@@ -0,0 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>haskell@gentoo.org</email>
<name>Gentoo Haskell</name>
</maintainer>
<upstream>
<remote-id type="hackage">monoid-extras</remote-id>
<remote-id type="github">diagrams/monoid-extras</remote-id>
</upstream>
</pkgmetadata>

View File

@@ -0,0 +1,24 @@
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
# ebuild generated by hackport 0.9.0.0
CABAL_FEATURES="lib profile haddock hoogle hscolour"
inherit haskell-cabal
DESCRIPTION="Various extra monoid-related definitions and utilities"
HOMEPAGE="https://hackage.haskell.org/package/monoid-extras"
LICENSE="BSD"
SLOT="0/${PV}"
KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86"
RDEPEND="<dev-haskell/groups-0.6:=[profile?]
>=dev-haskell/semigroupoids-4.0:=[profile?] <dev-haskell/semigroupoids-6.1:=[profile?]
>=dev-lang/ghc-9.0.2:=
"
DEPEND="${RDEPEND}
>=dev-haskell/cabal-3.4.1.0
"