3
0
Fork 0
forked from mirrors/nixpkgs

haskell-tasty-golden: update to version 2.2.2.3

This commit is contained in:
Peter Simons 2014-07-03 17:00:58 +02:00
parent 3e8934f801
commit 1f239b2a10

View file

@ -1,14 +1,15 @@
{ cabal, deepseq, filepath, mtl, optparseApplicative, tagged, tasty { cabal, deepseq, filepath, mtl, optparseApplicative, tagged, tasty
, temporaryRc , tastyHunit, temporaryRc
}: }:
cabal.mkDerivation (self: { cabal.mkDerivation (self: {
pname = "tasty-golden"; pname = "tasty-golden";
version = "2.2.1.2"; version = "2.2.2.3";
sha256 = "107c6i1abw6dsd3cx1bgiyk8dnih7i9x4bl4kw6dfnva2kjkp4d1"; sha256 = "0vphim4qbx0g53xvh8x90k0l5r6afivbb4y31nvbq2avmrm1i82w";
buildDepends = [ buildDepends = [
deepseq filepath mtl optparseApplicative tagged tasty temporaryRc deepseq filepath mtl optparseApplicative tagged tasty temporaryRc
]; ];
testDepends = [ filepath tasty tastyHunit temporaryRc ];
meta = { meta = {
homepage = "https://github.com/feuerbach/tasty-golden"; homepage = "https://github.com/feuerbach/tasty-golden";
description = "Golden tests support for tasty"; description = "Golden tests support for tasty";