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 (<0.8), syb (<0.8), template-haskell (<2.23), th-abstraction (>=0.4 && <0.8) [details]
License LicenseRef-PublicDomain
Author James Cook <mokus@deepbondi.net>
Maintainer Erik de Castro Lopo <erikd@mega-nerd.com>
Revised Revision 1 made by ErikDeCastroLopo at 2024-04-14T03:39:04Z
Category Template Haskell
Home page https://github.com/erikd/th-extras
Source repo head: git clone https://github.com/erikd/th-extras.git
Uploaded by ErikDeCastroLopo at 2024-04-14T03:26:43Z
Distributions Arch:0.0.0.8, 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 22733 total (120 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2024-04-14 [all 1 reports]

Readme for th-extras-0.0.0.8

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