The fast-tags package
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.
Properties
| Versions | 0.0.1, 0.0.2, 0.0.3, 0.0.4, 0.0.5 |
|---|---|
| Dependencies | base (≥3 & <5), containers, text (≥0.11.1.13) |
| License | BSD3 |
| Author | Evan Laforge |
| Maintainer | Evan Laforge <qdunkan@gmail.com> |
| Stability | experimental |
| Category | Haskell, Development |
| Source repository | darcs get http://ofb.net/~elaforge/darcs/fast-tags/ |
| Executables | fast-tags |
| Upload date | Sun Apr 1 03:57:15 UTC 2012 |
| Uploaded by | EvanLaforge |
Downloads
- fast-tags-0.0.2.tar.gz (Cabal source package)
- package description (included in the package)