Popularity
8.9
Growing
Activity
0.0
Stable
73
5
17
Monthly Downloads: 25
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.
-
structured-haskell-mode
Structured editing minor mode for Haskell in Emacs -
haskell-lsp
Haskell library for the Microsoft Language Server Protocol -
criterion
A powerful but simple library for measuring the performance of Haskell code. -
stgi
A user-centric visual STG implementation to help understand GHC/Haskell's execution model. -
cabal-install-parsers
Scripts and instructions for using CI services (e.g. Travis CI or Appveyor) with multiple GHC configurations -
inline-c
Write Haskell source files including C code inline. No FFI required. -
fourmolu
A fourk of ormolu that uses four space indentation and allows arbitrary configuration. Don't like it? PRs welcome! -
inline-java
Haskell/Java interop via inline Java code in Haskell modules. -
gi-atk
Generate Haskell bindings for GObject-Introspection capable libraries -
lambdabot
A friendly IRC bot and apprentice coder, written in Haskell. -
scion
OLD, DEPRECATED: Use this instead https://github.com/haskell/haskell-ide-engine -
lambdabot-core
A friendly IRC bot and apprentice coder, written in Haskell. -
threadscope
A graphical tool for profiling parallel Haskell programs
Collect and Analyze Billions of Data Points in Real Time
Manage all types of time series data in a single, purpose-built database. Run at any scale in any environment in the cloud, on-premises, or at the edge.
Promo
www.influxdata.com
Do you think we are missing an alternative of fast-tags or a related project?
Popular Comparisons
README
fast-tags - fast and robust tag generator for Haskell
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.