diff options
author | Mark Wright <gienah@gentoo.org> | 2014-07-02 00:40:10 +0000 |
---|---|---|
committer | Mark Wright <gienah@gentoo.org> | 2014-07-02 00:40:10 +0000 |
commit | eb5962487d6d5f49db5c2155f6fc2228f1a5993c (patch) | |
tree | 77b64a74e6361ccc5a3c96863f8a7ddcb0d57bc4 /dev-haskell/attoparsec-conduit | |
parent | Bump attoparsec to 0.12.1.0 (diff) | |
download | gentoo-2-eb5962487d6d5f49db5c2155f6fc2228f1a5993c.tar.gz gentoo-2-eb5962487d6d5f49db5c2155f6fc2228f1a5993c.tar.bz2 gentoo-2-eb5962487d6d5f49db5c2155f6fc2228f1a5993c.zip |
Bump attoparsec-conduit to 1.1.0
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 618E971F)
Diffstat (limited to 'dev-haskell/attoparsec-conduit')
-rw-r--r-- | dev-haskell/attoparsec-conduit/ChangeLog | 9 | ||||
-rw-r--r-- | dev-haskell/attoparsec-conduit/attoparsec-conduit-1.1.0.ebuild | 26 |
2 files changed, 33 insertions, 2 deletions
diff --git a/dev-haskell/attoparsec-conduit/ChangeLog b/dev-haskell/attoparsec-conduit/ChangeLog index 2e2707826560..13924fefb808 100644 --- a/dev-haskell/attoparsec-conduit/ChangeLog +++ b/dev-haskell/attoparsec-conduit/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-haskell/attoparsec-conduit -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/attoparsec-conduit/ChangeLog,v 1.1 2013/08/25 07:26:21 qnikst Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/attoparsec-conduit/ChangeLog,v 1.2 2014/07/02 00:40:10 gienah Exp $ + +*attoparsec-conduit-1.1.0 (02 Jul 2014) + + 02 Jul 2014; Mark Wright <gienah@gentoo.org> +attoparsec-conduit-1.1.0.ebuild: + Bump attoparsec-conduit to 1.1.0 *attoparsec-conduit-1.0.1.2 (25 Aug 2013) diff --git a/dev-haskell/attoparsec-conduit/attoparsec-conduit-1.1.0.ebuild b/dev-haskell/attoparsec-conduit/attoparsec-conduit-1.1.0.ebuild new file mode 100644 index 000000000000..9dc8908f05ae --- /dev/null +++ b/dev-haskell/attoparsec-conduit/attoparsec-conduit-1.1.0.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/attoparsec-conduit/attoparsec-conduit-1.1.0.ebuild,v 1.1 2014/07/02 00:40:09 gienah Exp $ + +EAPI=5 + +# ebuild generated by hackport 0.3.6.9999 + +CABAL_FEATURES="lib profile" +inherit haskell-cabal + +DESCRIPTION="Consume attoparsec parsers via conduit. (deprecated)" +HOMEPAGE="http://github.com/snoyberg/conduit" +SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" + +LICENSE="MIT" +SLOT="0/${PV}" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND=">=dev-haskell/conduit-1.1:=[profile?] + >=dev-lang/ghc-6.10.4:= +" +DEPEND="${RDEPEND} + >=dev-haskell/cabal-1.8 +" |