haskell-tasty-golden: update to version 2.2.1
This commit is contained in:
parent
003b4a0997
commit
24c78d64c6
@ -1,13 +1,13 @@
|
|||||||
{ cabal, filepath, mtl, optparseApplicative, tagged, tasty
|
{ cabal, deepseq, filepath, mtl, optparseApplicative, tagged, tasty
|
||||||
, temporary
|
, temporary
|
||||||
}:
|
}:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "tasty-golden";
|
pname = "tasty-golden";
|
||||||
version = "2.2.0.2";
|
version = "2.2.1";
|
||||||
sha256 = "0wy29ybb31g34gjyx95an3azh111crvrrdhbbihjj064xvf6ddmy";
|
sha256 = "1q3x3vmck1yq7bf96f3ah5nadahfxjd4wr3dfh3ls549yz40x668";
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
filepath mtl optparseApplicative tagged tasty temporary
|
deepseq filepath mtl optparseApplicative tagged tasty temporary
|
||||||
];
|
];
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "https://github.com/feuerbach/tasty-golden";
|
homepage = "https://github.com/feuerbach/tasty-golden";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user