haskell-graphviz: update to version 2999.17.0.0
This commit is contained in:
parent
9778f505de
commit
3c83531c7e
@ -4,19 +4,15 @@
|
|||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "graphviz";
|
pname = "graphviz";
|
||||||
version = "2999.16.0.0";
|
version = "2999.17.0.0";
|
||||||
sha256 = "1g4q4wyj5amz9xvgnqn143p5nq6m4a0lggxz7jn9l2hwp41bx1g8";
|
sha256 = "1wi5yzs0b321as10h9awin87501njbd4ii40nak1fr534g1abhf5";
|
||||||
|
isLibrary = true;
|
||||||
|
isExecutable = true;
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
colour dlist fgl filepath polyparse temporary text transformers
|
colour dlist fgl filepath polyparse temporary text transformers
|
||||||
wlPprintText
|
wlPprintText
|
||||||
];
|
];
|
||||||
testDepends = [
|
testDepends = [ fgl filepath QuickCheck text ];
|
||||||
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
|
|
||||||
'';
|
|
||||||
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