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