Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Emacs Haskell Mode Flymake

I've been trying to get Flymake to work with Haskell mode in emacs. I've gotten this to work in the past and I have to say the combination of Flymake and Haskell's type system is ridiculously synergistic. Now it seems I am having trouble getting error/warning highlighting and all to work. I've tried ghc-mod and I've also followed some of the wikis. Please help, bonus if you can get it working with cabal-dev.

GHC-7.4 and GHC 7.0. Emacs 23.4.

like image 931
Eric Avatar asked Feb 18 '12 23:02

Eric


1 Answers

I think Eric is right on target. According to this: https://github.com/kazu-yamamoto/ghc-mod/issues/49 ghc-mod appears to work only with specific versions of GHC (7.0.4 seems to be a good choice)

like image 152
Ketil Avatar answered Oct 21 '22 03:10

Ketil