packages feed

fast-tags-1.4.2: README.md

# fast-tags - fast and robust tag generator for Haskell #

[![Build Status][badge-travis]](https://travis-ci.org/elaforge/fast-tags)

# Supported GHC versions #

Tested with GHC `7.8.4`, `7.10.3`, `8.0.2`, `8.2.2`, `8.4.1`.

# Installation #

Build with either `cabal` or `stack`.

# Usage #

In order to generate tags for all Haskell files under current directory, issue

```
  fast-tags -R .
```

See `vimrc` for an example of how to keep the tags file up to date
automatically, and `qualified_tags.py` for a way to use qualified names to
disambiguate tags

[badge-travis]: https://travis-ci.org/elaforge/fast-tags.svg?branch=master