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.9.2
Package-Manager: portage-2.2.26
- Loading branch information
Sergei Trofimovich
committed
Jan 16, 2016
1 parent
a6c1a79
commit cba3f0f
Showing
2 changed files
with
42 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.7.1.tar.gz 28862 SHA256 a34bbabb1f167042540a8d56010239e5ffb3f6136d471584168912e23193f8e2 SHA512 bf1e860132b09d05c6279ee5ee3528159eb6dc01f1d141a453708ba00c541728e9cc3d7c7d9200a9a52d9e3ba2c18940c98665e7a54c5747df991afa3b04951d WHIRLPOOL 832ee2d42f77ac08a9210a2fd3879b1ddba077895718f320a02b69ea60250dcc3c30c2f6765b500cab78cbbca1da711b9596588e4a7e229d5ac698ef2f0dff08 | ||
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,41 @@ | ||
# 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 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/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.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/async | ||
dev-haskell/bytestring-builder | ||
dev-haskell/exceptions | ||
>=dev-haskell/hspec-1.3 ) | ||
" |