Closed
Description
One of the benefits of using Eclipse if you're a Java user is that everything just works out-of-the-box. Autocompletion, type information, etc. I've heard legends of haskell-mode being able to complete such feats (with the help of other pieces of software). Unfortunately I'm just a mere Haskell programmer and emacs-fu is beyond my abilities. Could those who have read and understood the sacred emacs lisp codes enlighten the rest of us with an end-to-end guide to setting up a complete emacs environment for Haskell development.
Bonus points for:
- Supporting
cabal repl
. - Automating everything. Why should humans repeat step-by-step guides on wiki pages. We have machines for such tasks.
P.S. Someone shared this guide with me: http://lpaste.net/92858. Perhaps it can serve as a starting point.