summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Wright <gienah@gentoo.org>2014-12-22 08:18:47 +0000
committerMark Wright <gienah@gentoo.org>2014-12-22 08:18:47 +0000
commit5746db613e8e487bacb5bb8cdcee30612a5639bc (patch)
tree71945359ea4271d6ea5af8259530c73ad7ab4aa1 /dev-haskell/wai-conduit
parentBump wai to 3.0.2.1 (diff)
downloadgentoo-2-5746db613e8e487bacb5bb8cdcee30612a5639bc.tar.gz
gentoo-2-5746db613e8e487bacb5bb8cdcee30612a5639bc.tar.bz2
gentoo-2-5746db613e8e487bacb5bb8cdcee30612a5639bc.zip
Bump wai-conduit to 3.0.0.2
(Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 618E971F)
Diffstat (limited to 'dev-haskell/wai-conduit')
-rw-r--r--dev-haskell/wai-conduit/ChangeLog7
-rw-r--r--dev-haskell/wai-conduit/wai-conduit-3.0.0.2.ebuild30
2 files changed, 36 insertions, 1 deletions
diff --git a/dev-haskell/wai-conduit/ChangeLog b/dev-haskell/wai-conduit/ChangeLog
index 1b3db08d411c..31b745cf3181 100644
--- a/dev-haskell/wai-conduit/ChangeLog
+++ b/dev-haskell/wai-conduit/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-haskell/wai-conduit
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/wai-conduit/ChangeLog,v 1.3 2014/12/14 07:06:12 gienah Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/wai-conduit/ChangeLog,v 1.4 2014/12/22 08:18:47 gienah Exp $
+
+*wai-conduit-3.0.0.2 (22 Dec 2014)
+
+ 22 Dec 2014; Mark Wright <gienah@gentoo.org> +wai-conduit-3.0.0.2.ebuild:
+ Bump wai-conduit to 3.0.0.2
*wai-conduit-3.0.0.1 (14 Dec 2014)
diff --git a/dev-haskell/wai-conduit/wai-conduit-3.0.0.2.ebuild b/dev-haskell/wai-conduit/wai-conduit-3.0.0.2.ebuild
new file mode 100644
index 000000000000..ec97e3fb83b4
--- /dev/null
+++ b/dev-haskell/wai-conduit/wai-conduit-3.0.0.2.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/wai-conduit/wai-conduit-3.0.0.2.ebuild,v 1.1 2014/12/22 08:18:47 gienah Exp $
+
+EAPI=5
+
+# ebuild generated by hackport 0.4.4.9999
+
+CABAL_FEATURES="lib profile haddock hoogle hscolour"
+inherit haskell-cabal
+
+DESCRIPTION="conduit wrappers for WAI"
+HOMEPAGE="https://github.com/yesodweb/wai"
+SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="dev-haskell/blaze-builder:=[profile?]
+ dev-haskell/conduit:=[profile?]
+ dev-haskell/http-types:=[profile?]
+ dev-haskell/transformers:=[profile?]
+ >=dev-haskell/wai-3.0:=[profile?] <dev-haskell/wai-3.1:=[profile?]
+ >=dev-lang/ghc-7.4.1:=
+"
+DEPEND="${RDEPEND}
+ >=dev-haskell/cabal-1.10
+"