th-extras: A grab bag of functions for use with Template Haskell

[ library, public-domain, template-haskell ] [ Propose Tags ]

A grab bag of functions for use with Template Haskell.

This is basically the place I put all my ugly CPP hacks to support the ever-changing interface of the template haskell system by providing high-level operations and making sure they work on as many versions of Template Haskell as I can.


[Skip to Readme]

Modules

[Index] [Quick Jump]

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

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 0.0.0.1, 0.0.0.2, 0.0.0.4, 0.0.0.5, 0.0.0.6, 0.0.0.7, 0.0.0.8
Change log ChangeLog.md
Dependencies base (>=4.9 && <5), containers, syb, template-haskell (<2.21), th-abstraction (>=0.4 && <0.8) [details]
License LicenseRef-PublicDomain
Author James Cook <mokus@deepbondi.net>
Maintainer James Cook <mokus@deepbondi.net>
Revised Revision 3 made by AndreasAbel at 2024-04-10T18:27:34Z
Category Template Haskell
Home page https://github.com/mokus0/th-extras
Source repo head: git clone https://github.com/mokus0/th-extras.git
Uploaded by JohnEricson at 2022-01-15T04:13:50Z
Distributions Arch:0.0.0.7, Debian:0.0.0.4, LTSHaskell:0.0.0.8, NixOS:0.0.0.7, Stackage:0.0.0.8
Reverse Dependencies 8 direct, 171 indirect [details]
Downloads 22710 total (122 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2022-01-15 [all 1 reports]

Readme for th-extras-0.0.0.6

[back to package description]

th-extras

Haskell Hackage Hackage CI Github CI BSD3 License

A grab bag of useful functions for use with Template Haskell.

This is basically the place I put all my ugly CPP hacks to support the ever-changing interface of the template haskell system by providing high-level operations and making sure they work on as many versions of Template Haskell as I can.