haskell-graphviz: jailbreak to fix build with latest version of 'polyparse'

This commit is contained in:
Peter Simons 2014-11-01 16:49:41 +01:00
parent 8867d4ba0a
commit 344195b3e0

View file

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