The latest version of haskdogs is 0.6.0-0.

haskdogs

Version 0.3.2 revision 0 uploaded by SergeyMironov.

Package meta

Synopsis
Generate ctags file for haskell project directory and it's deps
Description

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. Starting from 0.3, cmdline args will be passed to hasktags followed by a filelist generated.

Author
Sergey Mironov
Bug reports
n/a
Category
Development
Copyright
n/a
Homepage
http://github.com/ierton/haskdogs
Maintainer
ierton@gmail.com
Package URL
n/a
Stability
n/a

Components