haskell-graphviz: update to version 2999.16.0.0
This commit is contained in:
parent
4e1d3ddba7
commit
924f2d7dde
@ -1,13 +1,14 @@
|
|||||||
{ cabal, colour, dlist, fgl, filepath, polyparse, text
|
{ cabal, colour, dlist, fgl, filepath, polyparse, temporary, text
|
||||||
, transformers, wlPprintText
|
, transformers, wlPprintText
|
||||||
}:
|
}:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "graphviz";
|
pname = "graphviz";
|
||||||
version = "2999.15.0.1";
|
version = "2999.16.0.0";
|
||||||
sha256 = "137d8n20fbpdz7az79gqharsfl293pl3xn444338i6blfi47ssdy";
|
sha256 = "1g4q4wyj5amz9xvgnqn143p5nq6m4a0lggxz7jn9l2hwp41bx1g8";
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
colour dlist fgl filepath polyparse text transformers wlPprintText
|
colour dlist fgl filepath polyparse temporary text transformers
|
||||||
|
wlPprintText
|
||||||
];
|
];
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://projects.haskell.org/graphviz/";
|
homepage = "http://projects.haskell.org/graphviz/";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user