haskell-tasty: update to version 0.8.1.3
This commit is contained in:
parent
c64784a002
commit
3ce4ec0ba9
@ -1,13 +1,13 @@
|
|||||||
{ cabal, ansiTerminal, async, deepseq, mtl, optparseApplicative
|
{ cabal, ansiTerminal, async, deepseq, mtl, optparseApplicative
|
||||||
, regexTdfa, stm, tagged, unboundedDelays
|
, regexTdfaRc, stm, tagged, unboundedDelays
|
||||||
}:
|
}:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "tasty";
|
pname = "tasty";
|
||||||
version = "0.8.1.2";
|
version = "0.8.1.3";
|
||||||
sha256 = "07pxnm9cx28vlfypa4psnnxcfx1i4qwimkf0nkfzqkhzqb85a58s";
|
sha256 = "0hc030ms89w3cl1k3r8nrym3g7sg2n66ch2ljg6d7fwhrsgxnagf";
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
ansiTerminal async deepseq mtl optparseApplicative regexTdfa stm
|
ansiTerminal async deepseq mtl optparseApplicative regexTdfaRc stm
|
||||||
tagged unboundedDelays
|
tagged unboundedDelays
|
||||||
];
|
];
|
||||||
meta = {
|
meta = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user