a8a8da29545ba9cb18903f6b268032f59411e833
[gentoo.git] / dev-haskell / hunit / hunit-1.2.5.2-r1.ebuild
1 # Copyright 1999-2019 Gentoo Authors
2 # Distributed under the terms of the GNU General Public License v2
3
4 EAPI=5
5
6 # ebuild generated by hackport 0.3.2.9999
7
8 CABAL_FEATURES="lib profile haddock hoogle hscolour"
9 inherit haskell-cabal
10
11 MY_PN="HUnit"
12 MY_P="${MY_PN}-${PV}"
13
14 DESCRIPTION="A unit testing framework for Haskell"
15 HOMEPAGE="http://hunit.sourceforge.net/"
16 SRC_URI="https://hackage.haskell.org/package/${MY_P}/${MY_P}.tar.gz"
17
18 LICENSE="BSD"
19 SLOT="0/${PV}"
20 KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~x86-macos"
21 IUSE=""
22
23 RDEPEND=">=dev-lang/ghc-6.10.4:="
24 DEPEND="${RDEPEND}
25                 >=dev-haskell/cabal-1.8"
26
27 S="${WORKDIR}/${MY_P}"