3
0
Fork 0
forked from mirrors/nixpkgs

haskell-tasty-golden: update to version 2.2.1.1

This commit is contained in:
Peter Simons 2014-05-15 16:09:36 +02:00
parent b1bbb8f7bc
commit cebd3d783a

View file

@ -1,13 +1,13 @@
{ cabal, deepseq, filepath, mtl, optparseApplicative, tagged, tasty
, temporary
, temporaryRc
}:
cabal.mkDerivation (self: {
pname = "tasty-golden";
version = "2.2.1";
sha256 = "1q3x3vmck1yq7bf96f3ah5nadahfxjd4wr3dfh3ls549yz40x668";
version = "2.2.1.1";
sha256 = "0a265l7fwc0sxzdy9b0jf8f5w4nws6pwhhaw1pa7qx3c8fm9v54i";
buildDepends = [
deepseq filepath mtl optparseApplicative tagged tasty temporary
deepseq filepath mtl optparseApplicative tagged tasty temporaryRc
];
meta = {
homepage = "https://github.com/feuerbach/tasty-golden";