haskell-tasty: update to version 0.6

This commit is contained in:
Peter Simons 2013-12-20 10:45:55 +01:00
parent b18a2b580e
commit eb8244fe3e

View File

@ -1,13 +1,14 @@
{ cabal, ansiTerminal, deepseq, mtl, optparseApplicative
{ cabal, ansiTerminal, deepseq, either, mtl, optparseApplicative
, regexPosix, stm, tagged
}:
cabal.mkDerivation (self: {
pname = "tasty";
version = "0.5.2.1";
sha256 = "0dph1c0j2vjvzf5csp6hwlcx2zqa12yqrafk6pxs8bnd3r9a11ym";
version = "0.6";
sha256 = "00mf8pxwingzywnzgh7dypask1spp18kpiwqjbf1y11dqbs6ib6w";
buildDepends = [
ansiTerminal deepseq mtl optparseApplicative regexPosix stm tagged
ansiTerminal deepseq either mtl optparseApplicative regexPosix stm
tagged
];
meta = {
description = "Modern and extensible testing framework";