Skip to content
This repository has been archived by the owner on Sep 20, 2023. It is now read-only.

Haskell: ghc mod

LCD 47 edited this page Jun 12, 2016 · 6 revisions

This file is no longer maintained

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 anthony.carapetis@gmail.com

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.

Notes

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'
Clone this wiki locally