haskell-thyme: disable the test suite some more

This commit is contained in:
Peter Simons 2013-09-09 12:11:06 +02:00
parent 0e7783c608
commit 28c5958658

View File

@ -15,7 +15,7 @@ cabal.mkDerivation (self: {
attoparsec Cabal filepath lens QuickCheck random attoparsec Cabal filepath lens QuickCheck random
systemPosixRedirect text time vectorSpace systemPosixRedirect text time vectorSpace
]; ];
check = false; doCheck = false;
meta = { meta = {
homepage = "https://github.com/liyang/thyme"; homepage = "https://github.com/liyang/thyme";
description = "A faster time library"; description = "A faster time library";