haskell-tasty: update to version 0.6
This commit is contained in:
parent
b18a2b580e
commit
eb8244fe3e
@ -1,13 +1,14 @@
|
|||||||
{ cabal, ansiTerminal, deepseq, mtl, optparseApplicative
|
{ cabal, ansiTerminal, deepseq, either, mtl, optparseApplicative
|
||||||
, regexPosix, stm, tagged
|
, regexPosix, stm, tagged
|
||||||
}:
|
}:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "tasty";
|
pname = "tasty";
|
||||||
version = "0.5.2.1";
|
version = "0.6";
|
||||||
sha256 = "0dph1c0j2vjvzf5csp6hwlcx2zqa12yqrafk6pxs8bnd3r9a11ym";
|
sha256 = "00mf8pxwingzywnzgh7dypask1spp18kpiwqjbf1y11dqbs6ib6w";
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
ansiTerminal deepseq mtl optparseApplicative regexPosix stm tagged
|
ansiTerminal deepseq either 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