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/tasty-golden: bump up to 2.3.1.1
Package-Manager: portage-2.3.2
- Loading branch information
Sergei Trofimovich
committed
Nov 6, 2016
1 parent
4f18024
commit d6516f2
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,2 +1,3 @@ | ||
DIST tasty-golden-2.2.2.4.tar.gz 7102 SHA256 2cd0ac55b3edd218cf713842681aafa036db2aaf24558b303f9f64030624cc24 SHA512 7674f0003595a9569ecf05c7b68608887f815361c9c7b234cba3a0af4eda855a1131fbafcfb15cff19c584dd4f9888e3cc001deea8ac110c648d66a9fe1c7237 WHIRLPOOL b58a160bbd626128bbff5fe9d807a82703e15c563c19037d6e7546c7bc855429c91f25c6d40ad86903e36c983a31d12892ddfe3342df5a810a03c42d9cb3da70 | ||
DIST tasty-golden-2.3.1.1.tar.gz 7219 SHA256 9e87fa5b29f840731c12722049563655cedb6522b5e5792c5eb596eb352c8e5d SHA512 b7871d2ddcf7f45e0f1df52982b6370308dd0c48588318985977cb88f93f4b759b1f2bdff44e31ec86f230f04304bcee14286f62c2d2ae01a6105b8a3250e5fb WHIRLPOOL e04c2c3c78430cc56b7885f4fad09f2e583bf1f662ccc653ec895c887cf97557377f18754d5033d1710e58739c3f9d9621186b66e41f019fb1ac9c89b59da672 | ||
DIST tasty-golden-2.3.1.tar.gz 7193 SHA256 f292a57dc63afdd5607cca82bcc5ad606c5e1c59bb6fabc7fe48a26d816dcbf1 SHA512 3c729edf394db6eaa94dc606d146599ef00d1bcdbb49482a52fc248e61b3ab236000ce2779cbf59c1cc458738cff5b51a4ff5bf79384e4479db93a1ea88bb6c2 WHIRLPOOL 1efcc0dc4fc6bd5d88bb773a0148f599b8cc925f55f41dd0b9862bea8233aa4d6da1d513babaa50cf964b089229dd224e0bb16f97d6902ac756e3b79834f7b47 |
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.5.9999 | ||
|
||
CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" | ||
inherit haskell-cabal | ||
|
||
DESCRIPTION="Golden tests support for tasty" | ||
HOMEPAGE="https://github.com/feuerbach/tasty-golden" | ||
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/mtl:=[profile?] | ||
dev-haskell/optparse-applicative:=[profile?] | ||
dev-haskell/tagged:=[profile?] | ||
>=dev-haskell/tasty-0.8:=[profile?] | ||
dev-haskell/temporary:=[profile?] | ||
>=dev-lang/ghc-7.6.1:= | ||
" | ||
DEPEND="${RDEPEND} | ||
>=dev-haskell/cabal-1.16.0 | ||
test? ( dev-haskell/tasty-hunit | ||
dev-haskell/temporary-rc ) | ||
" |