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

(v3.4.0) Haskell: ghc mod

LCD 47 edited this page Dec 13, 2014 · 1 revision

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.

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