hi2

https://github.com/nilcons/hi2.git

git clone 'git://github.com/nilcons/hi2.git'
35

hi2

haskell-indentation, 2nd try.

Installation

Put hi2.el into your load-path and add this to .emacs:

(require 'hi2)
(add-hook 'haskell-mode-hook 'turn-on-hi2)

The package can also be found on MELPA, if you install from there, you can leave out the require line above.

Notable changes to haskell-indentation-mode