@hackage haskell-src-meta0.8.15
Parse source to template-haskell abstract syntax.
Categories
License
BSD-3-Clause
Maintainer
danburton.email@gmail.com
Links
Versions
Installation
Tested Compilers
Dependencies (6)
- base >=4.10 && <5
- haskell-src-exts >=1.21 && <1.24
- pretty >=1.0 && <1.2
- syb >=0.1 && <0.8
- template-haskell >=2.12 && <2.25
- th-orphans >=0.12 && <0.14 Show all…
Dependents (123)
@hackage/nri-redis, @hackage/hmatrix-syntax, @hackage/here, @hackage/vacuum, @hackage/tedious-web, @hackage/postgresql-simple-interpolate, Show all…
The haskell-src-meta Package

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.
The above was written by Ben Millwood, but I (Dan Burton) share the same sentiment.