linter-hlint
Lint Haskell code with hlint
AtomLinter 24,292 41 2.1.0 MIT GitHub
  • Archived

    Source Code has been archived

linter-hlint

This package will lint your opened Haskell in Atom, using hlint.

Installation

  • Install hlint.
  • $ apm install linter (if you don't have AtomLinter/Linter installed).
  • $ apm install language-haskell (if you don't have Haskell syntax highlighting installed).
  • $ apm install linter-hlint
  • specify the path to hlint in the settings. You can find the path by using "which hlint" in the terminal