I have emacs 24.4, and have installed the latest Haskell platform (10.11) for mac. I have installed haskell-mode
through emacs package-install
, and followed the Haskell-mode tutorial (https://github.com/serras/emacs-haskell-tutorial/blob/master/tutorial.md#haskell-mode). I created a test file thereafter; however, when I load the interpreter (C-c C-l
), I don't receive any error messages, but I am unable to RET
anything. I tried looking online for a solution, but couldn't find any. Any advice would be appreciated.
Ah, I forgot to mention: running ghci
through terminal works fine, as far as I can tell.