summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Wright <gienah@gentoo.org>2013-12-10 08:02:36 +0000
committerMark Wright <gienah@gentoo.org>2013-12-10 08:02:36 +0000
commitb13b6bca5903eecd27ea9d223e4df2559d0c7af0 (patch)
tree0f9b845621213529d5d01492a83f087b21986563 /dev-haskell/parsec
parentVersion bump. (diff)
downloadgentoo-2-b13b6bca5903eecd27ea9d223e4df2559d0c7af0.tar.gz
gentoo-2-b13b6bca5903eecd27ea9d223e4df2559d0c7af0.tar.bz2
gentoo-2-b13b6bca5903eecd27ea9d223e4df2559d0c7af0.zip
Bump parsec to 3.1.4
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 618E971F)
Diffstat (limited to 'dev-haskell/parsec')
-rw-r--r--dev-haskell/parsec/ChangeLog9
-rw-r--r--dev-haskell/parsec/parsec-3.1.4.ebuild27
2 files changed, 34 insertions, 2 deletions
diff --git a/dev-haskell/parsec/ChangeLog b/dev-haskell/parsec/ChangeLog
index a848c960b293..5cc0eb281198 100644
--- a/dev-haskell/parsec/ChangeLog
+++ b/dev-haskell/parsec/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-haskell/parsec
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/parsec/ChangeLog,v 1.31 2012/12/30 15:02:33 ago Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/parsec/ChangeLog,v 1.32 2013/12/10 08:02:36 gienah Exp $
+
+*parsec-3.1.4 (10 Dec 2013)
+
+ 10 Dec 2013; Mark Wright <gienah@gentoo.org> +parsec-3.1.4.ebuild:
+ Bump parsec to 3.1.4
30 Dec 2012; Agostino Sarubbo <ago@gentoo.org> parsec-3.1.3.ebuild:
Stable for alpha, wrt bug #441158
diff --git a/dev-haskell/parsec/parsec-3.1.4.ebuild b/dev-haskell/parsec/parsec-3.1.4.ebuild
new file mode 100644
index 000000000000..30d713f8d8d1
--- /dev/null
+++ b/dev-haskell/parsec/parsec-3.1.4.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/parsec/parsec-3.1.4.ebuild,v 1.1 2013/12/10 08:02:36 gienah Exp $
+
+EAPI=5
+
+# ebuild generated by hackport 0.3.5.9999
+
+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="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0/${PV}"
+KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
+IUSE=""
+
+RDEPEND="dev-haskell/mtl:=[profile?]
+ >=dev-haskell/text-0.2:=[profile?] <dev-haskell/text-1.1:=[profile?]
+ >=dev-lang/ghc-6.10.4:=
+"
+DEPEND="${RDEPEND}
+ >=dev-haskell/cabal-1.6.0.3
+"