summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergei Trofimovich <slyfox@gentoo.org>2012-03-10 17:37:40 +0000
committerSergei Trofimovich <slyfox@gentoo.org>2012-03-10 17:37:40 +0000
commit1faff274b07be6a4fe4cdb488c4d981533b18059 (patch)
treebc5c54d6ea94eefeea513d44ad55c56a2d93e386 /dev-haskell/parsec
parentold (diff)
downloadgentoo-2-1faff274b07be6a4fe4cdb488c4d981533b18059.tar.gz
gentoo-2-1faff274b07be6a4fe4cdb488c4d981533b18059.tar.bz2
gentoo-2-1faff274b07be6a4fe4cdb488c4d981533b18059.zip
Version bump.
(Portage version: 2.2.0_alpha90_p1/cvs/Linux x86_64)
Diffstat (limited to 'dev-haskell/parsec')
-rw-r--r--dev-haskell/parsec/ChangeLog9
-rw-r--r--dev-haskell/parsec/parsec-3.1.2-r1.ebuild25
2 files changed, 32 insertions, 2 deletions
diff --git a/dev-haskell/parsec/ChangeLog b/dev-haskell/parsec/ChangeLog
index d5925e296d58..c324b7f5e015 100644
--- a/dev-haskell/parsec/ChangeLog
+++ b/dev-haskell/parsec/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-haskell/parsec
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/parsec/ChangeLog,v 1.20 2011/06/05 13:37:30 slyfox Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/parsec/ChangeLog,v 1.21 2012/03/10 17:37:40 slyfox Exp $
+
+*parsec-3.1.2-r1 (10 Mar 2012)
+
+ 10 Mar 2012; Sergei Trofimovich <slyfox@gentoo.org> +parsec-3.1.2-r1.ebuild:
+ Version bump.
05 Jun 2011; Sergei Trofimovich <slyfox@gentoo.org> parsec-2.1.0.1.ebuild:
stable on alpha/ia64
diff --git a/dev-haskell/parsec/parsec-3.1.2-r1.ebuild b/dev-haskell/parsec/parsec-3.1.2-r1.ebuild
new file mode 100644
index 000000000000..2b3417ee6647
--- /dev/null
+++ b/dev-haskell/parsec/parsec-3.1.2-r1.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/parsec/parsec-3.1.2-r1.ebuild,v 1.1 2012/03/10 17:37:40 slyfox Exp $
+
+# ebuild generated by hackport 0.2.17.9999
+
+EAPI=4
+
+CABAL_FEATURES="lib profile haddock hoogle hscolour"
+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="0"
+KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE=""
+
+RDEPEND="dev-haskell/mtl[profile?]
+ >=dev-haskell/text-0.2[profile?] <dev-haskell/text-0.12[profile?]
+ >=dev-lang/ghc-6.10.1"
+DEPEND="${RDEPEND}
+ >=dev-haskell/cabal-1.6"