haskell-graphviz: disable test suite because it runs way too long
The test suite runs for ages, i.e. 1+ hours. That seems a little excessive.
This commit is contained in:
parent
7bc300570b
commit
38b46ffceb
|
@ -16,6 +16,7 @@ cabal.mkDerivation (self: {
|
||||||
];
|
];
|
||||||
testDepends = [ fgl filepath QuickCheck systemGraphviz text ];
|
testDepends = [ fgl filepath QuickCheck systemGraphviz text ];
|
||||||
jailbreak = true;
|
jailbreak = true;
|
||||||
|
doCheck = false;
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://projects.haskell.org/graphviz/";
|
homepage = "http://projects.haskell.org/graphviz/";
|
||||||
description = "Bindings to Graphviz for graph visualisation";
|
description = "Bindings to Graphviz for graph visualisation";
|
||||||
|
|
Loading…
Reference in New Issue