# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-haskell/hunit/hunit-1.2.0.0.ebuild,v 1.1 2007/12/13 17:24:40 dcoutts Exp $ CABAL_FEATURES="lib profile haddock" inherit base haskell-cabal MY_PN="HUnit" MY_P="${MY_PN}-${PV}" DESCRIPTION="A unit testing framework for Haskell." HOMEPAGE="http://haskell.org/ghc/" SRC_URI="http://hackage.haskell.org/packages/archive/${MY_PN}/${PV}/${MY_P}.tar.gz" LICENSE="BSD" SLOT="0" KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86" IUSE="" DEPEND=">=dev-lang/ghc-6.4" S="${WORKDIR}/${MY_P}" src_install () { cabal_src_install if use doc; then dohtml -r "${S}/doc/"* fi }