@hackage darcs2dot0.1.0.1
Outputs dependencies of darcs patches in dot format.
Categories
License
BSD-3-Clause
Maintainer
soenkehahn@gmail.com
Links
Versions
Deprecated
Dependencies (0)
- base >=4.5 && <4.6 || >=4.6 && <4.7
- containers >=0.4 && <0.5 || >=0.5 && <0.6
- darcs >=2.8 && <2.9
- graph-wrapper >=0.2 && <0.3
- string-conversions >=0.2 && <0.3 || >=0.3 && <0.4 Show all…
Dependents (1)
@hackage/acme-everything
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