summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDuncan Coutts <dcoutts@gentoo.org>2007-12-21 00:23:16 +0000
committerDuncan Coutts <dcoutts@gentoo.org>2007-12-21 00:23:16 +0000
commit7ca047b3b15c0808352a21555617463cc212fb2a (patch)
tree1b070a78c3b8622c11647f3253c564de2d82ec69 /dev-haskell/parsec/parsec-2.0.ebuild
parentbump to 2.12.3 (diff)
downloadgentoo-2-7ca047b3b15c0808352a21555617463cc212fb2a.tar.gz
gentoo-2-7ca047b3b15c0808352a21555617463cc212fb2a.tar.bz2
gentoo-2-7ca047b3b15c0808352a21555617463cc212fb2a.zip
Add older version that came bundles with ghc-6.6.1. Also add ~ppc because it worked before when it was part of the ghc ebuild and this is just a package split so it seems ok to carry keywords over.
(Portage version: 2.1.3.19)
Diffstat (limited to 'dev-haskell/parsec/parsec-2.0.ebuild')
-rw-r--r--dev-haskell/parsec/parsec-2.0.ebuild20
1 files changed, 20 insertions, 0 deletions
diff --git a/dev-haskell/parsec/parsec-2.0.ebuild b/dev-haskell/parsec/parsec-2.0.ebuild
new file mode 100644
index 000000000000..c30de3d0ab4f
--- /dev/null
+++ b/dev-haskell/parsec/parsec-2.0.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2007 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/parsec/parsec-2.0.ebuild,v 1.1 2007/12/21 00:23:15 dcoutts Exp $
+
+CABAL_FEATURES="lib profile haddock"
+inherit haskell-cabal
+
+DESCRIPTION="Monadic parser combinators"
+HOMEPAGE="http://haskell.org/ghc/"
+SRC_URI="http://hackage.haskell.org/packages/archive/${PN}/${PV}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+IUSE=""
+
+DEPEND=">=dev-lang/ghc-6.4
+ <dev-lang/ghc-6.8"
+
+CABAL_CORE_LIB_GHC_PV="6.6.1"