haskell-graphviz: jailbreak to support recent version of polyparse

This commit is contained in:
Peter Simons 2013-05-16 13:43:51 +02:00
parent 9796b43989
commit 187fdf7240

View file

@ -14,6 +14,9 @@ cabal.mkDerivation (self: {
colour dlist fgl filepath polyparse QuickCheck temporary text
transformers wlPprintText
];
patchPhase = ''
sed -i -e 's|polyparse.*,|polyparse,|' graphviz.cabal
'';
doCheck = false;
meta = {
homepage = "http://projects.haskell.org/graphviz/";