[Haskell-cafe] ANN: haskell-src-exts-simple

Bertram Felgenhauer bertram.felgenhauer at googlemail.com
Tue Aug 2 12:30:58 UTC 2016


Bertram Felgenhauer via Haskell-Cafe wrote:
> I've just released haskell-src-exts-simple 1.18.0.0 on hackage [1].
> (This is the first release. The first two components of the version
> follow haskell-src-exts.)

I have released version 1.18.0.1 which adds support for ghc-7.8,
with a caveat: Because support for explicitly bidirectional patterns
is not available, the constructors of the `Literal` type only work
as patterns in ghc-7.8; there are separate functions for construction
f `Literal` values. In later ghc versions, the constructors can be
used for constructing values as well.

Cheers,

Bertram

P.S. I fogot to update the changelog in this release; this will be
fixed with the next release.


More information about the Haskell-Cafe mailing list