forked from mirrors/nixpkgs
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
|
||||
, regexTdfa, stm, tagged, unboundedDelays
|
||||
, regexTdfaRc, stm, tagged, unboundedDelays
|
||||
}:
|
||||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "tasty";
|
||||
version = "0.8.1.2";
|
||||
sha256 = "07pxnm9cx28vlfypa4psnnxcfx1i4qwimkf0nkfzqkhzqb85a58s";
|
||||
version = "0.8.1.3";
|
||||
sha256 = "0hc030ms89w3cl1k3r8nrym3g7sg2n66ch2ljg6d7fwhrsgxnagf";
|
||||
buildDepends = [
|
||||
ansiTerminal async deepseq mtl optparseApplicative regexTdfa stm
|
||||
ansiTerminal async deepseq mtl optparseApplicative regexTdfaRc stm
|
||||
tagged unboundedDelays
|
||||
];
|
||||
meta = {
|
||||
|
|
Loading…
Reference in a new issue