<div class="gmail_quote">On Fri, Jul 2, 2010 at 2:26 PM, Svein Ove Aas <span dir="ltr">&lt;<a href="mailto:sveina@gmail.com">sveina@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">

I&#39;m happy to (finally) announce haskell-mode 2.8.0, which can be found at<br>
<a href="http://projects.haskell.org/haskellmode-emacs/" target="_blank">http://projects.haskell.org/haskellmode-emacs/</a><br>
<br>
This is a feature release. I&#39;ll let the changelog speak for itself:<br>
<br>
<br>
* Minimal indentation support for arrow syntax<br>
<br>
* Autolaunch haskell-mode for files starting with #!/usr/bin/runghc<br>
  and similar<br>
<br>
* Added minimal major mode for parsing GHC core files, courtesy of Johan Tibell.<br>
  There is a corresponding Haskell menu entry.<br>
<br>
* Allow configuration of where-clause indentation; M-x customize-group<br>
  haskell-indentation.<br>
<br>
<br>
You can expect a 2.8.1 or even 2.8.2 in the near future, as I attempt<br>
to empty the bug list, but I thought I might as well get the new<br>
features out there quickly. There&#39;s bound to be new bugs associated<br>
with them.<br></blockquote></div><br>Thank you for working on this. Getting the where-clause indentation issue fixed removed a small but frequent annoyance in my Haskell programming.<br><br>Johan<br><br>