hs2dot: Generate graphviz-code from Haskell-code.
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:
1.3: Updated dependencies to be less picky.
1.4: Included Hs2Dot.Internals in sdist
Downloads
- hs2dot-0.1.4.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
- No Candidates
Versions [RSS] | 0.1.1, 0.1.2, 0.1.3, 0.1.4 |
---|---|
Dependencies | base (>=4 && <5), directory (>=1.0 && <1.1), haskell-src (>=1.0 && <1.1), haskell-src-exts (>=1.9 && <2.0), haskell98, split (>=0.1.2) [details] |
License | LicenseRef-OtherLicense |
Author | Oscar Finnsson |
Maintainer | oscar.finnsson@gmail.com |
Category | Language |
Home page | http://www.github.com/finnsson/hs2graphviz |
Uploaded | by OscarFinnsson at 2010-08-15T09:21:14Z |
Distributions | |
Reverse Dependencies | 1 direct, 0 indirect [details] |
Executables | hs2dot |
Downloads | 3241 total (13 in the last 30 days) |
Rating | (no votes yet) [estimated by Bayesian average] |
Your Rating | |
Status | Docs not available [build log] All reported builds failed as of 2016-12-29 [all 7 reports] |