Haskell: ghc mod - novaez/syntastic GitHub Wiki

Maintainer: Anthony Carapetis [email protected]

ghc-mod is a backend command to enrich Haskell programming on editors including Emacs, Vim, and Sublime. See the project's page for more information.

Note:

If you work with .hsc files you might consider using this wrapper for ghc-mod. Just install it in your $PATH and point syntastic to it:

let g:syntastic_haskell_ghc_mod_exec = 'ghc-mod.sh'