forked from gentoo/gentoo
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
dev-haskell/conduit-extra: bump up to 1.1.13.1
Package-Manager: portage-2.2.28
- Loading branch information
Sergei Trofimovich
committed
May 11, 2016
1 parent
3176b17
commit fd55f42
Showing
2 changed files
with
43 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
DIST conduit-extra-1.1.13.1.tar.gz 33455 SHA256 16910191be60a573a3dd933655ced6bc91564fd96e61e89e4d97ac52e6d75810 SHA512 c7b7ccf4980a2420116b2e8ee084c76275cbd1a80812bdf006660aa4c48e9adace3b5530e9510c603711c8d2a7d1519ff501bb9cd08dbbb5bbd1b8d79bac8266 WHIRLPOOL bc9174004423c2647398a1521e8449b5cc367a316588e3ec0a2eba2f68f06b2051dec1234cebbc6b4ca68cd13e04b272daee027ff8fe2a418fc2bb8ae4489f64 | ||
DIST conduit-extra-1.1.9.1.tar.gz 29571 SHA256 3f1be15bef32652caa9a98e175c95614c0f6d04ca29c35d30ddbc940a90fa0a3 SHA512 3e35c303fb9696f99af99db6ada5e59dcde09e0ce3d3559aed2b3354dab1a96d523b7976643239892316a709289e4943aea37152a2935c6c256b24e5b73dc716 WHIRLPOOL c1e4e6325a32ab0b8fa9fe788ac6b0437bf352793bc71403d9f9e3946b807acdd01dfcd6426238579c4e6f48aaa2ebdbf3db2a6c9f93c4f107f75367ae38a933 | ||
DIST conduit-extra-1.1.9.2.tar.gz 29576 SHA256 9a7b3f44990014082f589dd91f70d8b5faef66e720677888a54fb2e463940a9f SHA512 ddc8e99c3b939704421d464c928d8fc2a591cdb4e44942cebb670d5c3e9a4d96fa03c227a1acfd227560d45d3eead7ff6cadde54ec8e78324eb86a861fbb8576 WHIRLPOOL 909915e00e17f513b5df970fd2a553dd05f73610c0719677fde6863af871a9093d1057e230bf627aa1a9904fe4d5c6228f44e202782020cfaab2fc28a458f591 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
# Copyright 1999-2016 Gentoo Foundation | ||
# Distributed under the terms of the GNU General Public License v2 | ||
# $Id$ | ||
|
||
EAPI=5 | ||
|
||
# ebuild generated by hackport 0.4.7.9999 | ||
|
||
CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" | ||
inherit haskell-cabal | ||
|
||
DESCRIPTION="Batteries included conduit: adapters for common libraries" | ||
HOMEPAGE="https://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/async:=[profile?] | ||
>=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/exceptions:=[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.11:=[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/bytestring-builder | ||
>=dev-haskell/hspec-1.3 | ||
dev-haskell/quickcheck ) | ||
" |