Following haskell-mode.git
(require 'package) (add-to-list 'package-archives '("melpa" . "http://melpa.milkbox.net/packages/") t) (package-initialize)github
M-x package-refresh-contentsui
M-x package-install [RET] haskell-mode.net
Open a haskell file in emacs;ci
Use "C-c C-z" to open ghci (but there isn't a jump-back shortcut, you can use C-x o);get
Use "C-c C-l" to load file (same as ":l
However, there isn't tab-completion in the ghci invoked by "C-c C-z", so you can start a console to run ghci;it
M-x info-display-manual [RET] haskell-modeio