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

[ bsd3, language, library, template-haskell ] [ Propose Tags ] [ Report a vulnerability ]

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


[Skip to Readme]

Downloads

Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.

Versions [RSS] 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.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, 0.8.14, 0.8.15
Change log ChangeLog
Dependencies 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) [details]
Tested with ghc ==8.2.2, ghc ==8.4.4, ghc ==8.6.5, ghc ==8.8.4, ghc ==8.10.7, ghc ==9.0.2, ghc ==9.2.2, ghc ==9.4.1, ghc ==9.6.1, ghc ==9.8.1, ghc ==9.10.1, ghc ==9.12.1
License BSD-3-Clause
Copyright (c) Matt Morrow
Author Matt Morrow
Maintainer danburton.email@gmail.com
Uploaded by TroelsHenriksen at 2025-01-18T23:17:24Z
Revised Revision 1 made by TroelsHenriksen at 2026-01-06T14:14:09Z
Category Language, Template Haskell
Bug tracker https://github.com/haskell-party/haskell-src-meta/issues
Source repo head: git clone git://github.com/haskell-party/haskell-src-meta.git
Distributions Arch:0.8.15, Debian:0.8.5, Fedora:0.8.15, LTSHaskell:0.8.15, NixOS:0.8.15, Stackage:0.8.15, openSUSE:0.8.15
Reverse Dependencies 119 direct, 4000 indirect [details]
Downloads 92684 total (193 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2025-01-19 [all 1 reports]

Readme for haskell-src-meta-0.8.15

[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.

The above was written by Ben Millwood, but I (Dan Burton) share the same sentiment.