diff options
author | Duncan Coutts <dcoutts@gentoo.org> | 2007-12-21 00:23:16 +0000 |
---|---|---|
committer | Duncan Coutts <dcoutts@gentoo.org> | 2007-12-21 00:23:16 +0000 |
commit | 687374aee3bbc4835f027f1bc534e6b982205300 (patch) | |
tree | 14c2e09ce613f59af5fcde5efb1ea9dce9151a0d /dev-haskell/parsec/parsec-2.0.ebuild | |
parent | bump to 2.12.3 (diff) | |
download | historical-687374aee3bbc4835f027f1bc534e6b982205300.tar.gz historical-687374aee3bbc4835f027f1bc534e6b982205300.tar.bz2 historical-687374aee3bbc4835f027f1bc534e6b982205300.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.
Package-Manager: portage-2.1.3.19
Diffstat (limited to 'dev-haskell/parsec/parsec-2.0.ebuild')
-rw-r--r-- | dev-haskell/parsec/parsec-2.0.ebuild | 20 |
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" |