haskell-tasty: update to version 0.7

This commit is contained in:
Peter Simons 2013-12-26 20:37:03 +01:00
parent 96c27d4a16
commit f777fd99dc

View File

@ -1,13 +1,13 @@
{ cabal, ansiTerminal, deepseq, either, mtl, optparseApplicative { cabal, ansiTerminal, deepseq, either, mtl, optparseApplicative
, regexPosix, stm, tagged , regexTdfa, stm, tagged
}: }:
cabal.mkDerivation (self: { cabal.mkDerivation (self: {
pname = "tasty"; pname = "tasty";
version = "0.6"; version = "0.7";
sha256 = "00mf8pxwingzywnzgh7dypask1spp18kpiwqjbf1y11dqbs6ib6w"; sha256 = "0nwhbbm70v2drv6kzdz65wws7gn8ph6583xpb6dw8g4j9aa1shxd";
buildDepends = [ buildDepends = [
ansiTerminal deepseq either mtl optparseApplicative regexPosix stm ansiTerminal deepseq either mtl optparseApplicative regexTdfa stm
tagged tagged
]; ];
meta = { meta = {