diff options
author | Mark Wright <gienah@gentoo.org> | 2014-12-22 07:30:02 +0000 |
---|---|---|
committer | Mark Wright <gienah@gentoo.org> | 2014-12-22 07:30:02 +0000 |
commit | 4d05ee6296aa21b805c8bc53826fe4bf4b856201 (patch) | |
tree | bb7686696868098727cc070d68305a236d84491f | |
parent | Bump system-fileio to 0.3.16 (diff) | |
download | gentoo-2-4d05ee6296aa21b805c8bc53826fe4bf4b856201.tar.gz gentoo-2-4d05ee6296aa21b805c8bc53826fe4bf4b856201.tar.bz2 gentoo-2-4d05ee6296aa21b805c8bc53826fe4bf4b856201.zip |
Bump conduit-extra to 1.1.5.1
(Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 618E971F)
-rw-r--r-- | dev-haskell/conduit-extra/ChangeLog | 7 | ||||
-rw-r--r-- | dev-haskell/conduit-extra/conduit-extra-1.1.5.1.ebuild | 40 |
2 files changed, 46 insertions, 1 deletions
diff --git a/dev-haskell/conduit-extra/ChangeLog b/dev-haskell/conduit-extra/ChangeLog index f3f2e22dba3b..40ab754747b8 100644 --- a/dev-haskell/conduit-extra/ChangeLog +++ b/dev-haskell/conduit-extra/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-haskell/conduit-extra # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/conduit-extra/ChangeLog,v 1.4 2014/12/13 13:35:21 gienah Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/conduit-extra/ChangeLog,v 1.5 2014/12/22 07:30:02 gienah Exp $ + +*conduit-extra-1.1.5.1 (22 Dec 2014) + + 22 Dec 2014; Mark Wright <gienah@gentoo.org> +conduit-extra-1.1.5.1.ebuild: + Bump conduit-extra to 1.1.5.1 *conduit-extra-1.1.4.2 (13 Dec 2014) diff --git a/dev-haskell/conduit-extra/conduit-extra-1.1.5.1.ebuild b/dev-haskell/conduit-extra/conduit-extra-1.1.5.1.ebuild new file mode 100644 index 000000000000..de5cd3b3217b --- /dev/null +++ b/dev-haskell/conduit-extra/conduit-extra-1.1.5.1.ebuild @@ -0,0 +1,40 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/conduit-extra/conduit-extra-1.1.5.1.ebuild,v 1.1 2014/12/22 07:30:02 gienah Exp $ + +EAPI=5 + +# ebuild generated by hackport 0.4.4.9999 + +CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" +inherit haskell-cabal + +DESCRIPTION="Batteries included conduit: adapters for common libraries" +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/attoparsec-0.10:=[profile?] + >=dev-haskell/blaze-builder-0.3:=[profile?] + >=dev-haskell/conduit-1.1:=[profile?] <dev-haskell/conduit-1.3:=[profile?] + dev-haskell/monad-control:=[profile?] + >=dev-haskell/network-2.3:=[profile?] + >=dev-haskell/primitive-0.5:=[profile?] + >=dev-haskell/resourcet-1.1:=[profile?] + dev-haskell/stm:=[profile?] + >=dev-haskell/streaming-commons-0.1.4:=[profile?] + dev-haskell/text:=[profile?] + dev-haskell/transformers:=[profile?] + dev-haskell/transformers-base:=[profile?] + >=dev-lang/ghc-7.4.1:= +" +DEPEND="${RDEPEND} + >=dev-haskell/cabal-1.8 + test? ( dev-haskell/async + dev-haskell/exceptions + >=dev-haskell/hspec-1.3 ) +" |