The hs2dot package
hs2dot can generate graphviz code by analyzing Haskell source code.
Usage (to generate a pdf from a source code file Hack.hs)
hs2dot Hack.hs | dot -T pdf -o Hack.pdf
You can analyze multiple modules together:
hs2dot Foo.hs Bar.hs | dot -T png -o FooBar.png
Changelog:
0.1.3: Updated dependencies to be less picky.
0.1.4: Included Hs2Dot.Internals in sdist
Properties
| Versions | 0.1.1, 0.1.2, 0.1.3, 0.1.4 |
|---|---|
| Dependencies | base (4.*), directory (1.0.*), haskell-src (1.0.*), haskell-src-exts (≥1.9 & <2.0), haskell98, split (≥0.1.2) |
| License | OtherLicense |
| Author | Oscar Finnsson |
| Maintainer | oscar.finnsson@gmail.com |
| Category | Language |
| Home page | http://www.github.com/finnsson/hs2graphviz |
| Executables | hs2dot |
| Upload date | Sun Aug 15 09:21:14 UTC 2010 |
| Uploaded by | OscarFinnsson |
Downloads
- hs2dot-0.1.4.tar.gz (Cabal source package)
- package description (included in the package)