haskell-src-meta: Parse source to template-haskell abstract syntax.

This is a package candidate release! Here you can preview how this package release will appear once published to the main package index (which can be accomplished via the 'maintain' link below). Please note that once a package has been published to the main package index it cannot be undone! Please consult the package uploading documentation for more information.

[maintain] [Publish]

The translation from haskell-src-exts abstract syntax to template-haskell abstract syntax isn't 100% complete yet.


[Skip to Readme]

Properties

Versions 0.0.0, 0.0.1, 0.0.2, 0.0.3, 0.0.3.1, 0.0.4, 0.0.5, 0.0.6, 0.1.0, 0.1.1, 0.2, 0.3, 0.4, 0.4.0.1, 0.4.0.2, 0.5, 0.5.0.2, 0.5.0.3, 0.5.1, 0.5.1.1, 0.5.1.2, 0.6, 0.6.0.1, 0.6.0.2, 0.6.0.3, 0.6.0.4, 0.6.0.5, 0.6.0.6, 0.6.0.7, 0.6.0.8, 0.6.0.9, 0.6.0.10, 0.6.0.11, 0.6.0.12, 0.6.0.13, 0.6.0.14, 0.7.0, 0.7.0.1, 0.7.0.1, 0.8, 0.8.0.1, 0.8.0.2, 0.8.0.3, 0.8.1, 0.8.2, 0.8.3, 0.8.4, 0.8.5, 0.8.6, 0.8.7, 0.8.7.1, 0.8.8, 0.8.9, 0.8.10, 0.8.11, 0.8.12, 0.8.13
Change log ChangeLog
Dependencies base (>=4.5 && <4.10), haskell-src-exts (>=1.17 && <1.19), pretty (>=1.0 && <1.2), syb (>=0.1 && <0.7), template-haskell (>=2.7 && <2.12), th-orphans (>=0.9.1 && <0.14) [details]
License BSD-3-Clause
Copyright (c) Matt Morrow
Author Matt Morrow
Maintainer Ben Millwood <haskell@benmachine.co.uk>
Category Language, Template Haskell
Bug tracker https://github.com/bmillwood/haskell-src-meta/issues
Source repo head: git clone git://github.com/bmillwood/haskell-src-meta.git
Uploaded by JonasDuregard at 2017-01-11T13:39:28Z

Modules

[Index]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees


Readme for haskell-src-meta-0.7.0.1

[back to package description]

The haskell-src-meta Package Hackage Build Status

haskell-src-meta is a package originally by Matt Morrow for converting a parsed AST from haskell-src-exts to a TH AST for use in splices and quasiquoters. The last version Matt released before he disappeared from the Haskell community was 0.0.6, but by that time his library was already popular, so some community members eventually decided to take over maintenance of the package, keeping it up to date with the latest versions of TH etc.

I don't really view this as "my" package so if you want write access to the github repository, or you think you could do a better job as maintainer, just ask.