haskell-tasty-golden: update to version 2.2.2.4

This commit is contained in:
Peter Simons 2014-07-07 11:26:08 +02:00
parent 4fdf86415b
commit c64784a002

View file

@ -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 = {