Popularity
8.9
Stable
Activity
0.0
Stable
76
5
17

Monthly Downloads: 82
Programming language: Haskell
License: BSD 3-clause "New" or "Revised" License
Tags: Development     Haskell    

fast-tags alternatives and similar packages

Based on the "Development" category.
Alternatively, view fast-tags alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of fast-tags or a related project?

Add another 'Development' Package

README

fast-tags - fast and robust tag generator for Haskell

Build Status

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 .

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.