The haskell-mode package is a set of major modes for Emacs for writing Haskell code and working with Haskell projects.
I installed haskel-mode in emacs. Then I write in my .emacs: (load "~/.emacs.d/haskell-mode/haskell-site-file") (add-hook 'haskell-mode-hook 'turn-on-haskell-doc-mode) (add-hook …
haskell emacs autocomplete haskell-modeHi i am starting with haskell and trying to set up my emacs for its development. I have haskell-mod and …
haskell emacs read-eval-print-loop haskell-mode