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 colour dlist fgl filepath polyparse QuickCheck temporary text
transformers wlPprintText transformers wlPprintText
]; ];
patchPhase = ''
sed -i -e 's|polyparse.*,|polyparse,|' graphviz.cabal
'';
doCheck = false; doCheck = false;
meta = { meta = {
homepage = "http://projects.haskell.org/graphviz/"; homepage = "http://projects.haskell.org/graphviz/";