Fellow Haskelleers,<br><br>I&#39;m pleased to announce the release of haskell-src-exts-1.13.0!<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><div>It&#39;s been a *very short* while since the last update before this, and another (smallish) major release it is. Sorry about that (especially to Neil who was quick to update). </div>
<div><br></div><div>The main update of this release is to add support for DoAndIfThenElse, which means haskell-src-exts at long last is compliant with Haskell2010. This is also the cause for the backwards-incompatible change: default parse mode is now to use Haskell2010 mode. In particular this means that NPlusKPatterns is no longer recognized by default. No old code using haskell-src-exts should fail to compile (unless really unlucky with clashing imports from L.H.E.Extension), but it may now fail to work on some Haskell98-compliant source files.<br>
</div><div><br></div>Changelog:<br><br>1.12.0 --&gt; 1.13.0<br>===============<br><br>* Add extensions DoAndIfThenElse and NPlusKPatterns to<br>  Language.Haskell.Exts.Extensions.<br><br>* DoAndIfThenElse is now supported, at long last,<br>
  making HSE compatible with Haskell2010<br><br>* Introduce haskell98 and haskell2010 extension groups,<br>  exported from Language.Haskell.Exts.Extensions.<br><br>* Backwards-incompatible change: default parse mode<br>  is now to use haskell2010, which means the following<br>
  features are recognized by default: DoAndIfThenElse,<br>  PatternGuards, ForeignFunctionInterface, EmptyDataDecls.<br><div>  NPlusKPatterns is no longer recognized by default.<br></div><div><br></div><div><br></div><div>
Cheers,</div><div><br></div><div>/Niklas</div>