ANNOUNCE: haskell-mode 13.07
Herbert Valerio Riedel
hvr at gnu.org
Sun Jun 30 13:39:59 BST 2013
I'm pleased to announce the availability of version 13.07 of
haskell-mode, the major mode for writing Haskell code in Emacs.
This release contains bugfixes, improvements, and new features. Some of
these are:
- A new integrated (but still incomplete) Info manual
- Improvements to haskell-interactive-mode (e.g. `next-error' support)
- Integration of Roel van Dijk's `haskell-unicode' input method
- New convenient `M-x haskell-customize' command for browsing the
cleaned up customization settings haskell sub-tree
- ...
To find out more about the recent changes to haskell-mode, you can now
use the new `M-x haskell-mode-view-news' command after installation to
navigate the NEWS[1] file.
As with the previous release, the Elisp package for the new 13.07
release can be downloaded from the Marmalade package archive[2] via
`M-x package-install' or by manually downloading the `.tar' file and
then installing via `M-x package-install-file'. You can find additional
installation instructions in haskell-mode's README.md[3].
After successful installation, `M-x haskell-version' should show
something like
haskell-mode version 13.7 (13.07-0-g381cc63 @ …/.emacs.d/elpa/haskell-mode-13.7/)
in the echo area.
Please report bugs and problems you encounter via haskell-mode's
GitHub issue tracker[4].
Finally, please consider taking a few minutes to fill out the
haskell-mode user survey[5] to tell us about your needs and help us
better decide what direction haskell-mode shall take in future.
Cheers,
Herbert Valerio Riedel
[1]: https://raw.github.com/haskell/haskell-mode/master/NEWS
[2]: http://marmalade-repo.org/packages/haskell-mode
[3]: https://github.com/haskell/haskell-mode/blob/master/README.md#marmalade
[4]: https://github.com/haskell/haskell-mode/issues/new
[5]: https://docs.google.com/forms/d/1FzWbzGm6odYWxJZcU3GFHlS3lVFTBOI1-M1c87CjOFg/viewform
More information about the Haskellmode-emacs
mailing list