This repository was archived by the owner on Sep 20, 2023. It is now read-only.
-
Couldn't load subscription status.
- Fork 1.1k
Haskell: ghc mod
LCD 47 edited this page Jun 12, 2016
·
6 revisions
This file exists only as a historic reference. Documentation for syntastic
checkers is now included in the manual, please see :help syntastic-checkers
in Vim.
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.
ghc-mod versions 5.4.0 and later are no longer supported. Please consider using ghcmod-vim instead of syntastic for working with these versions.
If you work with .hsc files you might want to use 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'