]> git.draconx.ca Git - gentoo-draconx.git/commitdiff
Add parsec-3.
authorNick Bowler <nbowler@elliptictech.com>
Thu, 17 Dec 2009 21:10:14 +0000 (16:10 -0500)
committerNick Bowler <nbowler@draconx.ca>
Sat, 19 Dec 2009 00:23:20 +0000 (19:23 -0500)
dev-haskell/parsec/Manifest [new file with mode: 0644]
dev-haskell/parsec/parsec-3.0.1.ebuild [new file with mode: 0644]

diff --git a/dev-haskell/parsec/Manifest b/dev-haskell/parsec/Manifest
new file mode 100644 (file)
index 0000000..2dfd5e5
--- /dev/null
@@ -0,0 +1,3 @@
+DIST parsec-3.0.1.tar.gz 26474 RMD160 3b4322db3a4e21071024a4a46620473da1d43290 SHA1 cefc00c63e7b7a2f037e284f7dcf4a8b5f27570d SHA256 619d0c2eb093cfe6d6caab2ff94f31a6208720b4bcc85b9f98600253bb505542
+EBUILD parsec-3.0.1.ebuild 514 RMD160 77af648753516448092113d8609a57fc3e304fba SHA1 13d60255a7024ffdc09b06eef1480882a31b46af SHA256 758441183ffe9f9d712c9212875279d97ed4d9de655a3b4a4cb397dae4469469
+MISC parsec-3.0.1.ebuild~ 523 RMD160 a0ab3af5ca570f65fde6ab855c5501bf74a0d0b5 SHA1 4ac86290eba652910d7736fdca26130fac8bd214 SHA256 e3dfff7639c2b472eaef4cc715babbb43438c19e40360eb07899728c38fb51b9
diff --git a/dev-haskell/parsec/parsec-3.0.1.ebuild b/dev-haskell/parsec/parsec-3.0.1.ebuild
new file mode 100644 (file)
index 0000000..af12f8e
--- /dev/null
@@ -0,0 +1,19 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header:  $
+
+CABAL_FEATURES="lib profile haddock"
+inherit haskell-cabal
+
+DESCRIPTION="Monadic parser combinators"
+HOMEPAGE="http://www.cs.uu.nl/~daan/parsec.html"
+SRC_URI="http://hackage.haskell.org/packages/archive/${PN}/${PV}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="3"
+KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
+IUSE=""
+
+DEPEND=">=dev-lang/ghc-6.6.1
+               >=dev-haskell/cabal-1.2.3
+               dev-haskell/mtl"