@hackage haskell-src-exts-simple1.18.0.1

A simplified view on the haskell-src-exts AST

This package provides a shim for haskell-src-exts (HSE), exposing the same AST but without annotations.

This package is useful for synthesizing and manipulating HSE ASTs that don't carry source location information. It may also aid in porting packages from haskell-src-exts 1.17 to 1.18, but it is not a drop-in replacement for the old annotation-free AST. See COMPATIBILITY.md for details.

See Language.Haskell.Exts.Simple for further information.

Versioning policy: To be able to track the haskell-src-exts version numbers conveniently, the first three components of the version will be treated as the major version, followed by the minor version as usual.

GHC compatibility: With ghc-7.8, some constructors only work as patterns. See Language.Haskell.Exts.Simple.Syntax#t:Literal