
30 Sep
2010
30 Sep
'10
10:02 a.m.
FWIW, I align all my module imports up, as seen here: http://github.com/chrisdone/amelie/raw/master/src/Web/Codepad.hs and here http://github.com/chrisdone/amelie/raw/master/src/Amelie/HTML.hs etc. I use the following Emacs library to do it for me: http://github.com/chrisdone/haskell-mode-exts/raw/master//haskell-align-impo... I also sort them with this: http://github.com/chrisdone/haskell-mode-exts/blob/master//haskell-sort-impo... but it only works for one-line imports, which I advocate anyway.