Merge remote-tracking branch 'github/pr/608'.
[gentoo.git] / dev-haskell / parsec / parsec-2.1.0.1.ebuild
1 # Copyright 1999-2012 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
3 # $Id$
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="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
11
12 LICENSE="BSD"
13 SLOT="0"
14 KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
15 IUSE=""
16
17 RDEPEND=">=dev-lang/ghc-6.6.1"
18 DEPEND="${RDEPEND}
19                 >=dev-haskell/cabal-1.2"