haskell-thyme: disable unit tests

https://github.com/liyang/thyme/issues/4
This commit is contained in:
Peter Simons 2013-09-09 10:02:18 +02:00
parent 2943574903
commit d58b4205c8

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