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/yesod-test: bump up to 1.5.1.1
Package-Manager: portage-2.2.28
- Loading branch information
Sergei Trofimovich
committed
May 11, 2016
1 parent
b928fc6
commit 64b26bd
Showing
2 changed files
with
49 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 yesod-test-1.2.3.1.tar.gz 13265 SHA256 ba12185bba546c0057688e6268ed676897249633c8f034d2d31ba226043e9c60 SHA512 fbf9856392c5e7efcc6b95fc01eb08b234d55800fd1bc80a8ff290fe695b809a086918771d33bd79267d4d9825b05339222662fb4b128c21bc9e2e91401f1b02 WHIRLPOOL 27dba74ecf01af0fdea9dac239ac142b2efa105a06111f31c761006274a39f23d0ce97b327930c870fdcd1c6cc0f594d4738ab5c43438af3132c164179e25f52 | ||
DIST yesod-test-1.4.3.1.tar.gz 15284 SHA256 a29e0173b31aacaa4a0235bfdcc8c7809b8685a9069a1f5b6083f204d1fd1394 SHA512 c423c10a10264a301418cf044aff1d8d8aab483039575e255c6bb29bffe91494a8e8f85e9c12b31aee6c394384b97356a4b64377f25d0781e516946d352aab13 WHIRLPOOL 2c67595ec9e1541dac087bfbe9e488f75eb5856eee267a493ff4ae6d8b2674f6f356eafec53a7599d3220e21539ba805e4cfe923872673468a34f66f2ec6ad79 | ||
DIST yesod-test-1.5.0.1.tar.gz 17388 SHA256 9b19fb51e901935f8b0926e3b9bbae772d45967a747fb3a1bf9cb893724c29a4 SHA512 f5798198d762415e8f0b97b63202393e2c4a41c8021cfda2db0b4f9144830d73be1ec5397da3a3de25b056798683955a1ff856eba93c64c172642c8cca6ada2d WHIRLPOOL b71c48dd714625209530120598305e5f77a0161049efc4bc979d41fe9e47927424e98a93d2f4fbc9c93c854db4c0161f4d814264eb0ecd7726eba7a141fcf802 | ||
DIST yesod-test-1.5.1.1.tar.gz 18187 SHA256 0886927c92ddc59608902c6fb02b8e8b9e631120dd6e75db764a95b5a75b0160 SHA512 a93db0b6ff7ea4d41c3783c35c3df0ae5bc86ee5797a7b200745db98f3404a4a1eb921b396b1cd23269ec89f092ddc9d572058844190a223b3a3b7d8afe3efbf WHIRLPOOL ead713b9e48c3c3e07052f7593809d721e567d96f3a34258fea8e880b5ffbd36b02a31d803ea057d310d834a0e6615455c2a965651966a7a67f8bdede4eaea85 |
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,48 @@ | ||
# Copyright 1999-2016 Gentoo Foundation | ||
# Distributed under the terms of the GNU General Public License v2 | ||
# $Id$ | ||
|
||
EAPI=6 | ||
|
||
# ebuild generated by hackport 0.5.9999 | ||
|
||
CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" | ||
inherit haskell-cabal | ||
|
||
DESCRIPTION="integration testing for WAI/Yesod Applications" | ||
HOMEPAGE="http://www.yesodweb.com" | ||
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:=[profile?] | ||
>=dev-haskell/blaze-html-0.5:=[profile?] | ||
>=dev-haskell/blaze-markup-0.5.1:=[profile?] | ||
>=dev-haskell/case-insensitive-0.2:=[profile?] | ||
dev-haskell/cookie:=[profile?] | ||
>=dev-haskell/hspec-core-2:=[profile?] <dev-haskell/hspec-core-3:=[profile?] | ||
>=dev-haskell/html-conduit-0.1:=[profile?] | ||
>=dev-haskell/http-types-0.7:=[profile?] | ||
>=dev-haskell/hunit-1.2:=[profile?] | ||
dev-haskell/monad-control:=[profile?] | ||
>=dev-haskell/network-2.2:=[profile?] | ||
>=dev-haskell/persistent-1.0:=[profile?] | ||
dev-haskell/text:=[profile?] | ||
>=dev-haskell/transformers-0.2.2:=[profile?] | ||
>=dev-haskell/wai-3.0:=[profile?] | ||
dev-haskell/wai-extra:=[profile?] | ||
>=dev-haskell/xml-conduit-1.0:=[profile?] | ||
>=dev-haskell/xml-types-0.3:=[profile?] | ||
>=dev-haskell/yesod-core-1.4.14:=[profile?] | ||
>=dev-lang/ghc-7.4.1:= | ||
" | ||
DEPEND="${RDEPEND} | ||
>=dev-haskell/cabal-1.8 | ||
test? ( dev-haskell/hspec | ||
dev-haskell/lifted-base | ||
dev-haskell/yesod-form ) | ||
" |