<div>Fellow Haskelleers,<br></div><div><br></div><div>I&#39;m pleased to announce the release of haskell-src-exts-1.12.0!</div><div><br></div><div>* On hackage: <a href="http://hackage.haskell.org/package/haskell-src-exts" target="_blank">http://hackage.haskell.org/package/haskell-src-exts</a></div>


<div>* Via cabal: cabal install haskell-src-exts</div><div>* Darcs repo: <a href="http://code.haskell.org/haskell-src-exts" target="_blank">http://code.haskell.org/haskell-src-exts</a></div><div><br></div><div>It&#39;s been a long while since the last update before this, but it is my definite hope that I will once again be able to update regularly. This major release primarily enables the (relatively) new quasi-quoter syntax. The &quot;major&quot; version bump is questionable, but better safe than sorry. The only backwards incompatible change is that pretty- and exact-printing now use the new quasi-quoter syntax, which makes the round-tripping &#39;exactPrint . parse&#39; cycle fail for code using the old syntax.</div>

<div><br></div><div>There are more changes in the pipeline, some larger and some smaller. Stay tuned!</div><div><br></div><div>Changelog:</div><div><br></div><div>1.11.1 --&gt; 1.12.0<br>===============<br><br>* Move from old [$...| quasi-quote syntax to the new [...| one.<br>
  The old syntax is still recognized while parsing.<br><br>* Allow symbols as variables when TypeOperators is enabled.<br><br>* Rename ExplicitForall in ExplicitForAll, to be consistent<br>  with GHC and the Haskell&#39; process.<br>
</div><div><br></div><div><br></div><div>Cheers,</div><div><br></div><div>/Niklas</div>