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:
Peter Simons 2014-11-02 17:20:23 +01:00
parent 7bc300570b
commit 38b46ffceb

View File

@ -16,6 +16,7 @@ cabal.mkDerivation (self: {
];
testDepends = [ fgl filepath QuickCheck systemGraphviz text ];
jailbreak = true;
doCheck = false;
meta = {
homepage = "http://projects.haskell.org/graphviz/";
description = "Bindings to Graphviz for graph visualisation";