diff options
author | Mark Wright <gienah@gentoo.org> | 2012-06-16 13:15:41 +0000 |
---|---|---|
committer | Mark Wright <gienah@gentoo.org> | 2012-06-16 13:15:41 +0000 |
commit | 6342bbe7180363b7862449ab8b52893215180031 (patch) | |
tree | fb96f49cb7659b2b4a1069e399d3208a1307f3af /dev-haskell | |
parent | Convert to Unix line endings. Remove byte-order mark. (diff) | |
download | gentoo-2-6342bbe7180363b7862449ab8b52893215180031.tar.gz gentoo-2-6342bbe7180363b7862449ab8b52893215180031.tar.bz2 gentoo-2-6342bbe7180363b7862449ab8b52893215180031.zip |
Bump parsec to 3.1.3
(Portage version: 2.1.10.65/cvs/Linux x86_64)
Diffstat (limited to 'dev-haskell')
-rw-r--r-- | dev-haskell/parsec/ChangeLog | 7 | ||||
-rw-r--r-- | dev-haskell/parsec/parsec-3.1.3.ebuild | 26 |
2 files changed, 32 insertions, 1 deletions
diff --git a/dev-haskell/parsec/ChangeLog b/dev-haskell/parsec/ChangeLog index 45096cfc2285..e71c1049fbe2 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.22 2012/03/20 16:29:58 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/parsec/ChangeLog,v 1.23 2012/06/16 13:15:41 gienah Exp $ + +*parsec-3.1.3 (16 Jun 2012) + + 16 Jun 2012; Mark Wright <gienah@gentoo.org> +parsec-3.1.3.ebuild: + Bump parsec to 3.1.3 20 Mar 2012; Sergei Trofimovich <slyfox@gentoo.org> parsec-3.1.2-r1.ebuild: ~ia64 rekeyworded. restored ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos diff --git a/dev-haskell/parsec/parsec-3.1.3.ebuild b/dev-haskell/parsec/parsec-3.1.3.ebuild new file mode 100644 index 000000000000..1b1c500a9ca0 --- /dev/null +++ b/dev-haskell/parsec/parsec-3.1.3.ebuild @@ -0,0 +1,26 @@ +# 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.3.ebuild,v 1.1 2012/06/16 13:15:41 gienah Exp $ + +EAPI=4 + +# ebuild generated by hackport 0.2.18.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="http://hackage.haskell.org/packages/archive/${PN}/${PV}/${P}.tar.gz" + +LICENSE="BSD" +SLOT="0" +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-0.12[profile?] + >=dev-lang/ghc-6.10.1" +DEPEND="${RDEPEND} + >=dev-haskell/cabal-1.6" |