Deprecated

In favour of

darcs2dot

Outputs dependencies of darcs patches in dot format.

Latest on Hackage:0.1.0.1

This package is not currently in any snapshots. If you're interested in using it, we recommend adding it to Stackage Nightly. Doing so will make builds more reliable, and allow stackage.org to host generated Haddocks.

BSD-3-Clause licensed by Sönke Hahn
Maintained by [email protected]

Outputs dependencies of darcs patches in dot format. Just run darcs2dot in a darcs repo and it will output (the transitive reduction of) the dependencies of the patches in dot format to stdout.

You can use the graphviz tools to generate graph files from that. For example:

$ darcs2dot | dot -Tpdf -o darcsDeps.pdf