haskell-graphviz: jailbreak to support recent version of polyparse
This commit is contained in:
parent
9796b43989
commit
187fdf7240
@ -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/";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user