hlint
: suggests changes to simplify code and make it easier to read - (github, hackage, website)HaRe
: Haskell Refactoring Tool - (github, website)dead-code-detection
: Detects dead code in haskell projects - (github, hackage)argon
: Monitor cyclomatic complexity in Haskell programs - (github, hackage)style-scanner
: Lexical style suggestions for source code - (darcs, hackage, website)stylish-haskell
: Haskell code prettifier - (github, hackage)hindent
: Extensible Haskell pretty printer - (github, hackage)apply-refact
: ...pointfree
: Tool for refactoring expressions into pointfree form - (hackage haskell wiki github)pointful
: Tool for refactoring expressions into pointfull form - (github, hackage)hfmt
: Code reformatter, using hlint, hindent, and stylish-haskell - (hackage, github)
haddock
: A Haskell Documentation generation Tool - (github, website)hayoo
: Search Hackage by function, signature or package - (app, github, hackage)hoogle
: Haskell API search engine - (haskell wiki, haskell.org app, stackage.org app, hackage, github)doctest
- checks examples in source code comments and include them in generated documentation- (github, hackage)
ghci
: ...ghci-ng
: ...
ide-backend
: drives the GHC API to build, query, and run your code - (github, hackage)ghc-mod
: Haskell ide-backend - (github, hackage, website)buildwrapper
: A library and an executable that provide an easy API for a Haskell IDE (github, hackage)hsdev
: ide bakcend: autocompletion, symbol info, go-to declaration, find references etc. - (hackage, github)- 💀
scion
: Haskell IDE library - (hackage)
codex
: A ctags file generator for cabal/stack project dependencies - (github, hackage)hasktags
: Produces ctags tags and etags TAGS files for Haskell programs - (github, hackage)- 💀
lushtags
: ... - (github) - 💀
gasbag
: ... - (github) - 💀
hothasktags
: ... - (github)
djinn
: Generate Haskell code from a type - (github, hackage, lambda-the-ultimate)exference
: Haskell tool to generate expressions from types. github pdf