haskell-tasty: update to version 0.8.1.3

This commit is contained in:
Peter Simons 2014-07-07 11:26:10 +02:00
parent c64784a002
commit 3ce4ec0ba9

View File

@ -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 = {