@hackage fast-tags0.0.2

Fast incremental vi tags.

Yet another tags program. Like hasktags, it uses its own parser rather than haskell-src or haskell-src-exts, so it's fast. It should be even faster than hasktags because it uses Text instead of String. It also understands hsc files, though not literate haskell. It's also less buggy than hasktags.

In addition, it will load an existing tags file and merge generated tags.

The intent is to bind it to vim's BufWrite autocommand to automatically keep the tags file up to date.