summaryrefslogtreecommitdiff
path: root/ale_linters/haskell/ghc-mod.vim
AgeCommit message (Collapse)Author
2017-08-18Fix #858 - Fix the stack ghc-mod commandw0rp
2017-08-13Make ghc-mod be awared of cabal fileVo Anh Duy
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-05-15Haskell: add ghc-mod linterwisut hantanong