blob: 41d4318c1559dcacfe8e0d9e44c8486b76f40019 [file] [log] [blame]
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=4
CABAL_FEATURES="lib profile haddock"
inherit haskell-cabal
MY_PN="Stream"
MY_P="${MY_PN}-${PV}"
DESCRIPTION="A library for manipulating infinite lists"
HOMEPAGE="http://www.cs.nott.ac.uk/~wss/repos/Stream/dist/doc/html/"
SRC_URI="mirror://hackage/packages/archive/${MY_PN}/${PV}/${MY_P}.tar.gz"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~alpha amd64 ~ia64 ~ppc ~ppc64 ~sparc x86"
IUSE=""
RDEPEND=">=dev-lang/ghc-6.6.1
dev-haskell/quickcheck:1"
DEPEND="${RDEPEND}
dev-haskell/cabal"
S="${WORKDIR}/${MY_P}"