summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergei Trofimovich <slyfox@gentoo.org>2016-01-16 19:29:52 +0000
committerSergei Trofimovich <slyfox@gentoo.org>2016-01-16 19:42:39 +0000
commit6f80d72d8eb557f5906144584eaafebe068094df (patch)
treee1d32ea3d552e39316b3ae82cee5460fc69c9da7 /dev-haskell/wai-conduit/wai-conduit-3.0.0.3.ebuild
parentdev-haskell/wai-app-static: bump up to 3.1.4.1 (diff)
downloadgentoo-6f80d72d8eb557f5906144584eaafebe068094df.tar.gz
gentoo-6f80d72d8eb557f5906144584eaafebe068094df.tar.bz2
gentoo-6f80d72d8eb557f5906144584eaafebe068094df.zip
dev-haskell/wai-conduit: bump up to 3.0.0.3
Package-Manager: portage-2.2.26
Diffstat (limited to 'dev-haskell/wai-conduit/wai-conduit-3.0.0.3.ebuild')
-rw-r--r--dev-haskell/wai-conduit/wai-conduit-3.0.0.3.ebuild30
1 files changed, 30 insertions, 0 deletions
diff --git a/dev-haskell/wai-conduit/wai-conduit-3.0.0.3.ebuild b/dev-haskell/wai-conduit/wai-conduit-3.0.0.3.ebuild
new file mode 100644
index 000000000000..c8f0b37259e5
--- /dev/null
+++ b/dev-haskell/wai-conduit/wai-conduit-3.0.0.3.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+# ebuild generated by hackport 0.4.6.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.3:=[profile?]
+ >=dev-lang/ghc-7.4.1:=
+"
+DEPEND="${RDEPEND}
+ >=dev-haskell/cabal-1.10
+"