mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-10-31 22:51:22 +00:00
haskell-graphviz: update to version 2999.15.0.1
This commit is contained in:
parent
6f6cce58fe
commit
53019390d1
@ -4,12 +4,11 @@
|
|||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "graphviz";
|
pname = "graphviz";
|
||||||
version = "2999.14.1.0";
|
version = "2999.15.0.1";
|
||||||
sha256 = "13fni5sf6cdfvgyh7kqjjdhmjxkhbgl3gbi0cbq90n8blzg4q1ql";
|
sha256 = "137d8n20fbpdz7az79gqharsfl293pl3xn444338i6blfi47ssdy";
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
colour dlist fgl filepath polyparse text transformers wlPprintText
|
colour dlist fgl filepath polyparse text transformers wlPprintText
|
||||||
];
|
];
|
||||||
patchPhase = "sed -i -e 's|bytestring.*,|bytestring,|' graphviz.cabal";
|
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://projects.haskell.org/graphviz/";
|
homepage = "http://projects.haskell.org/graphviz/";
|
||||||
description = "Bindings to Graphviz for graph visualisation";
|
description = "Bindings to Graphviz for graph visualisation";
|
||||||
|
Loading…
Reference in New Issue
Block a user