haskell-tasty: update to version 0.4.0.1
This commit is contained in:
parent
11c930d02a
commit
57d39d5083
@ -1,13 +1,13 @@
|
|||||||
{ cabal, ansiTerminal, mtl, optparseApplicative, regexPosix, stm
|
{ cabal, ansiTerminal, deepseq, mtl, optparseApplicative
|
||||||
, tagged
|
, regexPosix, stm, tagged
|
||||||
}:
|
}:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "tasty";
|
pname = "tasty";
|
||||||
version = "0.4";
|
version = "0.4.0.1";
|
||||||
sha256 = "1gcaam49nm6fx0i2hlf1zih4rxzfgnsl4xiwnqifhz9m15n5laxq";
|
sha256 = "04nnjg04520lvjm8h2ma0ihm4bz6p0ppk445i8gmn82ixwan76h0";
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
ansiTerminal mtl optparseApplicative regexPosix stm tagged
|
ansiTerminal deepseq mtl optparseApplicative regexPosix stm tagged
|
||||||
];
|
];
|
||||||
meta = {
|
meta = {
|
||||||
description = "Modern and extensible testing framework";
|
description = "Modern and extensible testing framework";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user