ale/ale_linters/haskell
Vo Anh Duy 626568d66d Make ghc-mod be awared of cabal file
Right now ghc-mod linter check temp file instead of current buffer,
which cause the problem that it can't detect cabal file and raise
missing package error.

To fix that we need to run ghc-mod check with actual path of the current
file and with ghc-mod option `--map-file` to redirect temp file source
code to actual one
2017-08-13 20:49:26 +08:00
..
ghc-mod.vim Make ghc-mod be awared of cabal file 2017-08-13 20:49:26 +08:00
ghc.vim Add new Haskell linter (#742) 2017-07-09 22:39:33 +01:00
hdevtools.vim Make executable and options configurable for hdevtools 2017-07-24 05:50:09 +00:00
hlint.vim Ban use of ==# or ==? in the codebase, and prefer is# or is? instead 2017-08-08 08:39:13 +01:00
stack_build.vim Prefer --fast for stack-build (#754) 2017-07-11 13:05:13 +01:00
stack_ghc.vim Prefer --fast for stack-build (#754) 2017-07-11 13:05:13 +01:00