haskell-thyme: disable unit tests
https://github.com/liyang/thyme/issues/4
This commit is contained in:
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";
|
||||
|
|
Loading…
Reference in New Issue