haskell-tasty: update to version 0.10

This commit is contained in:
Peter Simons 2014-09-11 17:02:49 +02:00
parent b27484fdcb
commit d590d8b77f

View File

@ -1,16 +1,16 @@
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
{ cabal, ansiTerminal, async, deepseq, mtl, optparseApplicative
, regexTdfaRc, stm, tagged, unboundedDelays
, regexTdfaRc, stm, tagged, time, unboundedDelays
}:
cabal.mkDerivation (self: {
pname = "tasty";
version = "0.8.1.3";
sha256 = "0hc030ms89w3cl1k3r8nrym3g7sg2n66ch2ljg6d7fwhrsgxnagf";
version = "0.10";
sha256 = "1va9rj6k0v8mdkqbgjvn5rcaf2zp785ihfr4b5j87xzaiw32m1l6";
buildDepends = [
ansiTerminal async deepseq mtl optparseApplicative regexTdfaRc stm
tagged unboundedDelays
tagged time unboundedDelays
];
meta = {
homepage = "http://documentup.com/feuerbach/tasty";