[Haskell-cafe] ANN: haskell-src-exts 1.9.0
Niklas Broberg
niklas.broberg at gmail.com
Sun Apr 11 06:46:42 EDT 2010
Fellow Haskelleers,
I'm pleased to announce the release of haskell-src-exts-1.9.0!
* On hackage: http://hackage.haskell.org/package/haskell-src-exts
* Via cabal: cabal install haskell-src-exts
* Darcs repo: http://code.haskell.org/haskell-src-exts
1.8.2 --> 1.9.0
===============
* OptionPragma is renamed to the more descriptive ModulePragma,
and adds a constructor AnnModulePragma for handling ANN pragmas
preceding module header.
* Add instances for Eq/Ord/Data/Typeable for Fixity.
* Add 'parseFileWithComments' and 'parseFileContentsWithComments'
to L.H.Exts .
* More informative error messages when HSX tags are mismatched (thanks
Gracjan Polak for the patch!)
Cheers,
/Niklas
More information about the Haskell-Cafe
mailing list