https://github.com/elaforge/fast-tags
Incremental vi and emacs tags for haskell.
https://github.com/elaforge/fast-tags
Last synced: 12 months ago
JSON representation
Incremental vi and emacs tags for haskell.
- Host: GitHub
- URL: https://github.com/elaforge/fast-tags
- Owner: elaforge
- License: bsd-3-clause
- Created: 2012-04-03T04:51:51.000Z (about 14 years ago)
- Default Branch: master
- Last Pushed: 2025-01-27T01:52:16.000Z (over 1 year ago)
- Last Synced: 2025-05-13T18:27:10.471Z (about 1 year ago)
- Language: Haskell
- Homepage: http://hackage.haskell.org/package/fast-tags
- Size: 508 KB
- Stars: 77
- Watchers: 4
- Forks: 18
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: changelog.md
- License: LICENSE
Awesome Lists containing this project
README
# fast-tags - fast and robust tag generator for Haskell #
[](https://github.com/elaforge/fast-tags/actions?query=workflow%3Aci)
# Supported GHC versions #
Tested with GHC `7.10`, `8.0`, `8.2`, `8.4`, `8.4`, `8.6`, `8.8`, `8.10`, `9.0`.
# Installation #
Build with either `cabal` or `stack`.
# Usage #
In order to generate tags for all Haskell files under current directory, issue
```
fast-tags -R .
```
You can also generate tags that span accross directories or projects:
```
fast-tags -R . path/to/other/project
```
See the `tools` directory for editor and source control integration.
[badge-travis]: https://travis-ci.org/elaforge/fast-tags.svg?branch=master