haskdogs: Generate ctags file for haskell project directory and it's deps
haskdogs is a small shellscript-like tool which creates tag file for entire
haskell project directory. It takes into account first-level dependencies by
recursively scanning imports and adding matching packages to the final
tag list.
As a result, programmer can use his/her text editor supporting tags (vim, for
example) to jump directly to definition of any standard or foreign function
he/she uses.
Note, that haskdogs calls some Unix shell commands like test
or mkdir
so this tool will likely fail to work on pure Windows platforms.
[Skip to Readme]
Downloads
- haskdogs-0.1.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
Versions [RSS] | 0.1, 0.2, 0.3, 0.3.1, 0.3.2, 0.4.0, 0.4.1, 0.4.2, 0.4.4, 0.4.5, 0.5.0, 0.5.1, 0.5.3, 0.5.4, 0.6.0 |
---|---|
Dependencies | base (>=3 && <5), Cabal (>=1.6), filepath (>=1.1.0.3), HSH (>=2.0.3) [details] |
License | BSD-3-Clause |
Author | Sergey Mironov |
Maintainer | ierton@gmail.com |
Category | Development |
Home page | http://github.com/ierton/haskdogs |
Source repo | head: git clone http://github.com/ierton/haskdogs |
Uploaded | by SergeyMironov at 2011-08-26T16:52:50Z |
Distributions | NixOS:0.6.0 |
Reverse Dependencies | 1 direct, 0 indirect [details] |
Executables | haskdogs |
Downloads | 10460 total (46 in the last 30 days) |
Rating | 2.0 (votes: 1) [estimated by Bayesian average] |
Your Rating | |
Status | Docs not available [build log] All reported builds failed as of 2016-12-27 [all 7 reports] |