-
Notifications
You must be signed in to change notification settings - Fork 849
Closed
Description
stack dot seems broken
I'm on
stack --version
Version 0.1.1.0, Git revision 2cac22d2a26dab6faa00c6f03edf5798affb7840
In stack code directory, I did:
$ stack dot > test.dot
$ dot -Tpng < test.dot > graph.png
Fontconfig warning: ignoring UTF-8: not a valid region tag
but I don't see dependencies.
Here is the exact output given by stack dot
$ stack dot
digraph deps {
splines=polyline;
{rank=max; "stack"}
}
here is the help for stack dot:
stack dot --help
Usage: stack dot
Visualize your project's dependency graph using Graphviz dot
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels
