hothasktags: Generates ctags for Haskell, incorporating import lists and qualified imports

This is a package candidate release! Here you can preview how this package release will appear once published to the main package index (which can be accomplished via the 'maintain' link below). Please note that once a package has been published to the main package index it cannot be undone! Please consult the package uploading documentation for more information.

[maintain] [Publish]

hothasktags generates ctags files for Haskell, with knowledge of import lists and qualified imports. It provides a smart go-to-definition for Vim, that almost always gets it right in the presence of multiple names from different modules.

You will want to configure Vim to allow dots in keywords, because hothasktags generates tags for qualified names. You can do this with:

set iskeyword=a-z,A-Z,_,.,39

(The 39 is for the prime character)

Usage is easy, just give hothasktags the names of all the haskell sources you want to index and redirect into a tags file. For example:

find . -name '*.hs' | xargs hothasktags > tags

will index all the hs files under the current directory.

Properties

Versions 0.0.1, 0.1.0, 0.1.1, 0.2.0, 0.2.1, 0.2.2, 0.3.0, 0.3.1, 0.3.2, 0.3.3, 0.3.4, 0.3.5, 0.3.6, 0.3.7, 0.3.8, 0.3.9
Change log None available
Dependencies array, base (>=4 && <5), containers, cpphs (>=1.11 && <1.21), filemanip, filepath, Glob, haskell-src-exts (>=1.18.2 && <1.21), optparse-applicative (>=0.13), split [details]
License BSD-3-Clause
Author Luke Palmer <lrpalmer@gmail.com>
Maintainer Luke Palmer <lrpalmer@gmail.com>
Category Development
Home page http://github.com/luqui/hothasktags
Source repo head: git clone git://github.com/luqui/hothasktags.git
Uploaded by LukePalmer at 2018-09-19T18:05:04Z

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees