Skip to content
This repository has been archived by the owner on Aug 7, 2023. It is now read-only.

AtomLinter/linter-hlint

Repository files navigation

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