dev-haskell/multipart: alpha amd64 ppc sparc x86 stable, bug #524790
[gentoo.git] / dev-haskell / wai-conduit / wai-conduit-3.0.0.2.ebuild
1 # Copyright 1999-2014 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
3 # $Id$
4
5 EAPI=5
6
7 # ebuild generated by hackport 0.4.4.9999
8
9 CABAL_FEATURES="lib profile haddock hoogle hscolour"
10 inherit haskell-cabal
11
12 DESCRIPTION="conduit wrappers for WAI"
13 HOMEPAGE="https://github.com/yesodweb/wai"
14 SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
15
16 LICENSE="MIT"
17 SLOT="0/${PV}"
18 KEYWORDS="amd64 x86"
19 IUSE=""
20
21 RDEPEND="dev-haskell/blaze-builder:=[profile?]
22         dev-haskell/conduit:=[profile?]
23         dev-haskell/http-types:=[profile?]
24         dev-haskell/transformers:=[profile?]
25         >=dev-haskell/wai-3.0:=[profile?] <dev-haskell/wai-3.1:=[profile?]
26         >=dev-lang/ghc-7.4.1:=
27 "
28 DEPEND="${RDEPEND}
29         >=dev-haskell/cabal-1.10
30 "