
Haskell-mode, a major mode for writing Haskell code in Emacs, has been updated to version 2.7.0. This release contains mostly bugfixes, but also adds support for hlint highlighting via flymake. Additionally, haskell-mode now has a bug-tracker and mailing list. Mailing list: http://projects.haskell.org/cgi-bin/mailman/listinfo/haskellmode-emacs Bug tracker: http://trac.haskell.org/haskellmode-emacs/ Unless I am asked not to, minor (N.M.x) releases will only be announced on the mailing list from now on. Download location is, as always, http://projects.haskell.org/haskellmode-emacs/ The changelog is as follows: === Changes since 2.6.4 * fill-paragraph (M-q) now only affects comments, and correctly handles Haddock commentary. adaptive-fill-mode is turned off, as it was interfering. * Yet more unicode symbols * Better support for unicode encoding of haskell source files * mdo correctly indented * Indentation fixes, fixes to the fixes, and fixes to the fixes to the fixes * New command: M-x haskell-check, calls (by default) hlint on the current file. Also bound to C-c C-v. You can also use the flymake minor mode with this. -- Svein Ove Aas