This repository has been archived on 2024-07-19. You can view files and clone it, but cannot push or open issues or pull requests.
ale/ale_linters/haskell
Jake Zimmerman b50a7318fb Add new Haskell linter (#742)
* Add stack-build linter for Haskell

The stack-build linter works better than the other two linters when
you're working with an entire Haskell project. It builds the project
entirely and reports any errors.

The other two Haskell GHC linters only work on single files, which can
result in spurious errors (for example, not being able to find imports).

* Document all available Haskell linters

* Split GHC checkers into separate files
2017-07-09 22:39:33 +01:00
..
ghc-mod.vim Haskell: add ghc-mod linter 2017-05-15 19:46:02 +01:00
ghc.vim Add new Haskell linter (#742) 2017-07-09 22:39:33 +01:00
hdevtools.vim Break shared handlers up into their own files, and fix stylelint error handling 2017-04-24 22:27:18 +01:00
hlint.vim Remove 'col' from linters where it is hardcoded to 1 (#434) 2017-03-30 23:33:38 +01:00
stack-build.vim Add new Haskell linter (#742) 2017-07-09 22:39:33 +01:00
stack-ghc.vim Add new Haskell linter (#742) 2017-07-09 22:39:33 +01:00