@hackage cabalgraph0.1
Generate pretty graphs of module trees from cabal files
Categories
License
BSD-3-Clause
Maintainer
dons@galois.com
Links
- Homepage
- Documentation
- No source repository
- Security
Versions
- 0.1 Tue, 18 Jun 2019
Installation
Dependencies (0)
- Cabal >1.6 && <1.20
- base >=4 && <4.6
- bytestring <0.11
- containers
- directory
- filepath Show all…
Dependents (1)
@hackage/acme-everything
Package Flags
small_base
(on by default)
Choose the new smaller, split-up base package.
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