]> git.draconx.ca Git - gentoo-draconx.git/blob - dev-haskell/parsec/parsec-3.0.1.ebuild
Add emul-linux-x86-medialibs w/o faac.
[gentoo-draconx.git] / dev-haskell / parsec / parsec-3.0.1.ebuild
1 # Copyright 1999-2009 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
3 # $Header:  $
4
5 CABAL_FEATURES="lib profile haddock"
6 inherit haskell-cabal
7
8 DESCRIPTION="Monadic parser combinators"
9 HOMEPAGE="http://www.cs.uu.nl/~daan/parsec.html"
10 SRC_URI="http://hackage.haskell.org/packages/archive/${PN}/${PV}/${P}.tar.gz"
11
12 LICENSE="BSD"
13 SLOT="3"
14 KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
15 IUSE=""
16
17 DEPEND=">=dev-lang/ghc-6.6.1
18                 >=dev-haskell/cabal-1.2.3
19                 dev-haskell/mtl"