haskell-thyme: disable the test suite some more
This commit is contained in:
parent
0e7783c608
commit
28c5958658
@ -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";
|
||||||
|
Loading…
Reference in New Issue
Block a user