mirror of
https://anongit.gentoo.org/git/repo/gentoo.git
synced 2025-07-23 07:29:19 +02:00
30 lines
684 B
Bash
30 lines
684 B
Bash
# Copyright 1999-2023 Gentoo Authors
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
EAPI=8
|
|
|
|
# ebuild generated by hackport 0.6.7.9999
|
|
|
|
CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
|
|
inherit haskell-cabal
|
|
|
|
MY_PN="HUnit"
|
|
MY_P="${MY_PN}-${PV}"
|
|
|
|
DESCRIPTION="A unit testing framework for Haskell"
|
|
HOMEPAGE="https://github.com/hspec/HUnit#readme"
|
|
SRC_URI="https://hackage.haskell.org/package/${MY_P}/${MY_P}.tar.gz"
|
|
|
|
LICENSE="BSD"
|
|
SLOT="0/${PV}"
|
|
KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86"
|
|
IUSE=""
|
|
|
|
RDEPEND=">=dev-haskell/call-stack-0.3.0:=[profile?]
|
|
>=dev-lang/ghc-8.4.3:=
|
|
"
|
|
DEPEND="${RDEPEND}
|
|
>=dev-haskell/cabal-2.2.0.1
|
|
"
|
|
|
|
S="${WORKDIR}/${MY_P}"
|