dev-haskell/test-framework-hunit: Bump to 0.3.0.3

Signed-off-by: Mark Wright <gienah@gentoo.org>
This commit is contained in:
Mark Wright
2026-01-12 13:22:03 +11:00
parent d786794cc0
commit fe3260a86a
4 changed files with 41 additions and 38 deletions

View File

@@ -1 +1 @@
DIST test-framework-hunit-0.3.0.2.tar.gz 2770 BLAKE2B 48d5d90f215a27402c77967e4656e99cf74740775a98b3fbbd6d3ecd90ec1dc8d31cf462df6f7ba2939b40dd524d5f13a4cde01ce0d03aeb2829726393ef39de SHA512 068ca4326935746769aa4023076e9bd85d1753073c6e67d88daa6ccf2a69f3bafb87c3b03fd5ada612f6ddbdf2447b06ef8f853675cf0efe9eafd80606c40e32
DIST test-framework-hunit-0.3.0.3.tar.gz 2754 BLAKE2B d24123aa4804bb6c29a25b8d35f2a4bc0447912b1689aa89a4bab50def62f4474b6b143b44ddbaea14623b56a0180b9072372475f70338711d8d343e2e33c761 SHA512 1900787ee633b7da2aeda0e28c00bb8231d5c5941b13d327feeb6abadfebaf98b5d78e02f9ccbab07048b8cc134e3a4816bab843460fe49bb11b966f8087364e

View File

@@ -5,4 +5,8 @@
<email>haskell@gentoo.org</email>
<name>Gentoo Haskell</name>
</maintainer>
<upstream>
<remote-id type="hackage">test-framework-hunit</remote-id>
<remote-id type="github">haskell/test-framework</remote-id>
</upstream>
</pkgmetadata>

View File

@@ -1,37 +0,0 @@
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
# ebuild generated by hackport 0.4.6.9999
#hackport: flags: +base4
CABAL_FEATURES="lib profile haddock hoogle hscolour"
inherit haskell-cabal
DESCRIPTION="HUnit support for the test-framework package"
HOMEPAGE="https://batterseapower.github.io/test-framework/"
SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz"
LICENSE="BSD"
SLOT="0/${PV}"
KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86"
IUSE=""
RDEPEND=">=dev-haskell/extensible-exceptions-0.1.1:=[profile?] <dev-haskell/extensible-exceptions-0.2.0:=[profile?]
>=dev-haskell/hunit-1.2:=[profile?]
>=dev-haskell/test-framework-0.2.0:=[profile?]
>=dev-lang/ghc-7.4.1:=
"
DEPEND="${RDEPEND}
>=dev-haskell/cabal-1.6
"
CABAL_CHDEPS=(
'HUnit >= 1.2 && < 1.4' 'HUnit >= 1.2'
)
src_configure() {
haskell-cabal_src_configure \
--flag=base4
}

View File

@@ -0,0 +1,36 @@
# 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: +base4
CABAL_FEATURES="lib profile haddock hoogle hscolour"
inherit haskell-cabal
DESCRIPTION="HUnit support for the test-framework package"
HOMEPAGE="https://github.com/haskell/test-framework#readme"
LICENSE="BSD"
SLOT="0/${PV}"
KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86"
RDEPEND=">=dev-haskell/hunit-1.5.0.0:=[profile?] <dev-haskell/hunit-1.7:=[profile?]
>=dev-haskell/test-framework-0.8:=[profile?] <dev-haskell/test-framework-0.9:=[profile?]
>=dev-lang/ghc-9.0.2:=
"
DEPEND="${RDEPEND}
>=dev-haskell/cabal-3.4.1.0
"
src_prepare() {
default
cabal-mksetup
}
src_configure() {
haskell-cabal_src_configure \
--flag=base4
}