Fellow Haskelleers,<br><br>I&#39;m pleased to announce the release of haskell-src-exts-1.13.2!<br><br>* On hackage: <a href="http://hackage.haskell.org/package/haskell-src-exts">http://hackage.haskell.org/package/haskell-src-exts</a><br>
* Via cabal: cabal install haskell-src-exts<br>* Darcs repo: <a href="http://code.haskell.org/haskell-src-exts">http://code.haskell.org/haskell-src-exts</a><br><br>This release contains only a few small tweaks and bug-fixes.<br>
<br>Changelog:<br><br>1.13.1 --&gt; 1.13.2<br>===============<br><br>* Fix the bug with the precedence of unary prefix minus.<br>  Previously it was resolved as binding more tightly<br>  than any infix operator, now it is correctly treated<br>
  as having the same fixity as binary infix minus.<br><br>1.13.0 --&gt; 1.13.1<br>===============<br><br>* Allow an optional semi before the closing tag of<br>  an element. This achieves a similar effect for<br>  XmlSyntax in do blocks as DoAndIfThenElse does for<br>
  the if construct. No more need to indent the closing<br>  tag one step further than the opening tag.<br><br>* Add a dummy &#39;noLoc :: SrcLoc&#39; to L.H.E.SrcLoc, to<br>  use when generating code. It could definitely be<br>
  done more elegantly, but not without inducing another<br>  major version bump, so later.<br><br>* Fix a regression from 1.11.x where the parser would crash<br>  upon encountering non-simple class/data declaration<br>  heads, e.g. &#39;data A [a]&#39;. Now fails with a parse error<br>
  as intended.<br><br><br>Cheers,<br><br>/Niklas<br>