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/blaze-builder: bump up to 0.4.0.2
Package-Manager: portage-2.2.28
- Loading branch information
Sergei Trofimovich
committed
May 11, 2016
1 parent
802b2f8
commit a53d7ef
Showing
2 changed files
with
34 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,3 +1,4 @@ | ||
DIST blaze-builder-0.3.3.2.tar.gz 67371 SHA256 80b43d4a012a513c3c012de0f76858e74765e079c58d42cd6010fc185478110d SHA512 6caecca5f1976938f0536e00cdf305a3c3d1abf1fa4a4bc9c89743857940fc46d0f3b274a49acd1e5c0d4453c2d2b2f6f0f3b1deed87a01f72a61e21bc83787f WHIRLPOOL 43f563dfdbeea678b2593162b033d25947741977aa398677c07552b427fd1b075bc05f0ac8ffd852b1d6236ecd7e913a4578c98b3e2d42324c18aa7f7500a760 | ||
DIST blaze-builder-0.3.3.4.tar.gz 67399 SHA256 e5c1101e6a0db4ee85e0bf57fe797bdd6f5ee9542ee730a663030eb650acaf8b SHA512 ed01adaa4fd4a95926d34fa785c9a1a127e1094f1891936256ae593fd492fa3a55ade6ad5d62610f3ecd6662f32facddc5053da63e4ab3e5f3c329ae6950bd23 WHIRLPOOL ad904f6335f7ebb0761c058b71eec259a3b3248db91715ea6c5d1ad8ad6232e217f598b84f276b253c7a08e7db7bb1a1c045b40d295165fa6b334c35b850d320 | ||
DIST blaze-builder-0.4.0.1.tar.gz 57113 SHA256 c136ec877bb8d1558409e87b77174977ae01f8dff5bddb472df8b8d4c7e0a3c5 SHA512 876c12d75ede8876c834999a4a69794fbc1f56e888eea3a976cc85707456bb1439ac72bc41dea1c2400c6fe761d20a6b7b9eda61c10fc390fa5c5c0b22aa3ff0 WHIRLPOOL 463962d4259935cb3bfc8f8b2dc651447654fb3b5b9e0b3e13d9094a71e4200df0a115e446d02072345d09a861a1ef27f625734367d2206c82df5c531f1c85bd | ||
DIST blaze-builder-0.4.0.2.tar.gz 58681 SHA256 9ad3e4661bf5556d650fb9aa56a3ad6e6eec7575e87d472e8ab6d15eaef163d4 SHA512 ca0390d1e31d1fb65f5739a15b4604e67d01aa1ba2f98ac6e741b277e64e79e8d65eca581aba405b65136261654f3e116c21ae4b4018d74a784e481c2ee9d3a0 WHIRLPOOL 44489bc6d91d7b939c7318e9990b1592b3d738f113f99a22e00fff198c6b36b271e9bd0778e863428ba967369801df962900a13f1b9cbc88dde4a5513a1d26b7 |
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,33 @@ | ||
# Copyright 1999-2016 Gentoo Foundation | ||
# Distributed under the terms of the GNU General Public License v2 | ||
# $Id$ | ||
|
||
EAPI=6 | ||
|
||
# ebuild generated by hackport 0.4.7.9999 | ||
|
||
CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" | ||
inherit haskell-cabal | ||
|
||
DESCRIPTION="Efficient buffered output" | ||
HOMEPAGE="https://github.com/lpsmith/blaze-builder" | ||
SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" | ||
|
||
LICENSE="BSD" | ||
SLOT="0/${PV}" | ||
KEYWORDS="~amd64 ~x86" | ||
IUSE="" | ||
|
||
RDEPEND="dev-haskell/bytestring-builder:=[profile?] | ||
>=dev-haskell/text-0.10:=[profile?] <dev-haskell/text-1.3:=[profile?] | ||
>=dev-lang/ghc-7.4.1:= | ||
" | ||
DEPEND="${RDEPEND} | ||
>=dev-haskell/cabal-1.8 | ||
test? ( dev-haskell/hunit | ||
dev-haskell/quickcheck | ||
dev-haskell/test-framework | ||
dev-haskell/test-framework-hunit | ||
dev-haskell/test-framework-quickcheck2 | ||
dev-haskell/utf8-string ) | ||
" |