haskell-src-exts-simple: A simplified view on the haskell-src-exts AST

[ development, library, mit ] [ Propose Tags ]

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 notice: 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.


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 1.18.0.0, 1.18.0.1, 1.18.0.1.1, 1.19.0.0, 1.20.0.0, 1.21.0.0, 1.21.1.0, 1.22.0.0, 1.23.0.0
Change log CHANGELOG.md
Dependencies base (>=4.8 && <5), haskell-src-exts (>=1.18 && <1.19) [details]
License MIT
Copyright 2016, Bertram Felgenhauer
Author Bertram Felgenhauer
Maintainer Bertram Felgenhauer <int-e@gmx.de>
Category Development
Home page https://github.com/int-e/haskell-src-exts-simple
Source repo head: git clone https://github.com/int-e/haskell-src-exts-simple
Uploaded by BertramFelgenhauer at 2016-07-31T16:50:27Z
Distributions Arch:1.23.0.0, Debian:1.23.0.0, LTSHaskell:1.23.0.0, NixOS:1.23.0.0, Stackage:1.23.0.0
Reverse Dependencies 4 direct, 5 indirect [details]
Downloads 6951 total (42 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2016-07-31 [all 1 reports]

Readme for haskell-src-exts-simple-1.18.0.0

[back to package description]

haskell-src-exts-simple

This package provides a shim for haskell-src-exts, 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.