@hackage / cabalgraph

Generate pretty graphs of module trees from cabal files

Latest0.1

About

Metadata

  • Last updated , by HerbertValerioRiedel
  • License BSD-3-Clause
  • Categories Package Distribution
  • Maintained by: dons@galois.com

  • Lottery factor: 0

Links

Installation

Package Flags

Use the -f option with cabal commands to enable flags

    small_base (on by default)

    Choose the new smaller, split-up base package.

Readme

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