cabalgraph

Generate pretty graphs of module trees from cabal files

http://code.haskell.org/~dons/code/cabalgraph

Latest on Hackage:0.1@rev: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 Don Stewart
Maintained by [email protected]

Generate pretty graphs of module trees from cabal files

Graph exposed modules from .cabal files in some directories:

  $ cabalgraph a b c d | dot -Tpng | xv -

Results in a graph like: http://code.haskell.org/~dons/images/dot.png

Graph exposed modules from a url:

  $ cabalgraph http://code.haskell.org/xmonad/xmonad.cabal | circo -Tpng | xv -

Results in a graph like: http://code.haskell.org/~dons/images/xmonad-dot.png