haskell-tasty-golden: update to version 2.2.1.1
This commit is contained in:
parent
b1bbb8f7bc
commit
cebd3d783a
@ -1,13 +1,13 @@
|
|||||||
{ cabal, deepseq, filepath, mtl, optparseApplicative, tagged, tasty
|
{ cabal, deepseq, filepath, mtl, optparseApplicative, tagged, tasty
|
||||||
, temporary
|
, temporaryRc
|
||||||
}:
|
}:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "tasty-golden";
|
pname = "tasty-golden";
|
||||||
version = "2.2.1";
|
version = "2.2.1.1";
|
||||||
sha256 = "1q3x3vmck1yq7bf96f3ah5nadahfxjd4wr3dfh3ls549yz40x668";
|
sha256 = "0a265l7fwc0sxzdy9b0jf8f5w4nws6pwhhaw1pa7qx3c8fm9v54i";
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
deepseq filepath mtl optparseApplicative tagged tasty temporary
|
deepseq filepath mtl optparseApplicative tagged tasty temporaryRc
|
||||||
];
|
];
|
||||||
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