haskell-tasty-golden: update to version 2.2.2.4
This commit is contained in:
parent
4fdf86415b
commit
c64784a002
1 changed files with 6 additions and 5 deletions
|
@ -1,13 +1,14 @@
|
|||
{ cabal, deepseq, filepath, mtl, optparseApplicative, tagged, tasty
|
||||
, tastyHunit, temporaryRc
|
||||
{ cabal, async, deepseq, filepath, mtl, optparseApplicative, tagged
|
||||
, tasty, tastyHunit, temporaryRc
|
||||
}:
|
||||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "tasty-golden";
|
||||
version = "2.2.2.3";
|
||||
sha256 = "0vphim4qbx0g53xvh8x90k0l5r6afivbb4y31nvbq2avmrm1i82w";
|
||||
version = "2.2.2.4";
|
||||
sha256 = "096c4h306r4z7wq8nm94mwmdndm0mwd6hhiqf77iilpdndasrl1c";
|
||||
buildDepends = [
|
||||
deepseq filepath mtl optparseApplicative tagged tasty temporaryRc
|
||||
async deepseq filepath mtl optparseApplicative tagged tasty
|
||||
temporaryRc
|
||||
];
|
||||
testDepends = [ filepath tasty tastyHunit temporaryRc ];
|
||||
meta = {
|
||||
|
|
Loading…
Reference in a new issue