darcs2dot-0.1.0.0: darcs2dot.cabal
-- Initial darcs2dot.cabal generated by cabal init. For further
-- documentation, see http://haskell.org/cabal/users-guide/
name: darcs2dot
version: 0.1.0.0
synopsis: Outputs dependencies of darcs patches in dot format.
description:
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@
license: BSD3
license-file: LICENSE
author: Sönke Hahn
maintainer: soenkehahn@gmail.com
-- copyright:
category: Development
build-type: Simple
cabal-version: >=1.8
source-repository head
type: darcs
location: shahn@patch-tag.com:/r/shahn/darcs2dot
executable darcs2dot
main-is: darcs2dot.hs
build-depends:
base ==4.5.*,
darcs == 2.8.*,
string-conversions == 0.2.*,
containers == 0.4.*,
graph-wrapper == 0.2.*