haskell-graphviz: update to version 2999.17.0.0

This commit is contained in:
Peter Simons 2014-05-15 16:08:45 +02:00
parent 9778f505de
commit 3c83531c7e

View File

@ -4,19 +4,15 @@
cabal.mkDerivation (self: {
pname = "graphviz";
version = "2999.16.0.0";
sha256 = "1g4q4wyj5amz9xvgnqn143p5nq6m4a0lggxz7jn9l2hwp41bx1g8";
version = "2999.17.0.0";
sha256 = "1wi5yzs0b321as10h9awin87501njbd4ii40nak1fr534g1abhf5";
isLibrary = true;
isExecutable = true;
buildDepends = [
colour dlist fgl filepath polyparse temporary text transformers
wlPprintText
];
testDepends = [
colour dlist fgl filepath polyparse QuickCheck temporary text
transformers wlPprintText
];
patchPhase = ''
sed -i -e 's|fgl ==.*,|fgl,|' -e 's|polyparse.*,|polyparse,|' -e 's|dlist ==.*|dlist|' -e 's|temporary.*,|temporary,|' graphviz.cabal
'';
testDepends = [ fgl filepath QuickCheck text ];
doCheck = false;
meta = {
homepage = "http://projects.haskell.org/graphviz/";