emacs-haskell-tutorial
emacs-haskell-tutorial copied to clipboard
Tutorial on setting up Emacs to do Haskell programming
Maybe consider adding some information about [Intero](https://commercialhaskell.github.io/intero/).
I'm following along the tutorial. I'm stuck in the section on settings up tags. No `TAGS` file is being generated when I save. Related to haskell-mode I have this in...
I'm having a strange error where haskell-mode can't seem to find certain modules. My project compiles fine, and haskell-mode interactive can find the modules fine (it may be mod-ghc, but...
I installed Emacs 24.4.90.2 with an empty .emacs.d (only the init.el from this tutorial), and installed haskell-mode. A lot of things work well, including opening a REPL, but when I...
Any idea how ghc-boot process is done? I have tried for nearly three days now to get this to work. Company mode does not seem to work in any given...
After following the tutorial, I was seeing attempts to use stack-ghci fail with this message: haskell-process-start: cl-ecase failed: cabal-repl, (ghci quote cabal-ghci quote cabal-dev quote) until I added the following...