haskell-mode-exts: ideas testing ground and useful additions

Christopher Done chrisdone at googlemail.com
Fri Aug 13 20:00:34 EDT 2010


Hi there,

I've written some very simple Emacs modules for Haskell intended to be
either completely independent, or specifically written to be used with
inf-haskell or haskell-mode.

Github project: http://github.com/chrisdone/haskell-mode-exts

Explaining haskell-installed-packages:
http://www.chrisdone.com/posts/2010-08-07-emacs-haskell-installed-packages.html

Experimental prettify-as-you-go:
http://www.youtube.com/watch?v=UXHSiUPKLvg&fmt=35

Raw files here:

http://github.com/chrisdone/haskell-mode-exts/raw/master/haskell-navigate-imports.el
http://github.com/chrisdone/haskell-mode-exts/raw/master/haskell-align-imports.el
http://github.com/chrisdone/haskell-mode-exts/raw/master/haskell-sort-imports.el
http://github.com/chrisdone/haskell-mode-exts/raw/master/haskell-installed-packages.el
http://github.com/chrisdone/haskell-mode-exts/raw/master/inf-haskell-send-cmd.el

The intention that everything eventually gets merged into haskell-mode
somehow, or otherwise, will remain in this project as easy modular
drop-ins. Consider it "the ideas testing ground" and a bunch of useful
additions.

I have a few more in the works and more planned.

Cheers!



More information about the Haskellmode-emacs mailing list