The latest version of haskdogs is 0.6.0-0.

haskdogs

Version 0.5.0 revision 0 uploaded by SergeyMironov.

Package meta

Synopsis
Generate tags file for Haskell project and its nearest deps
Description

Haskdogs is a 300-lines 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 grep 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. Starting from 0.4, haskdogs will use stack toolchain.

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

Components