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

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.0.0.1, 0.0.0.2, 0.0.0.4, 0.0.0.5, 0.0.0.6
Change log ChangeLog.md
Dependencies base (>=4.9 && <5), containers, syb, template-haskell (<2.19), th-abstraction (>=0.4 && <0.5) [details]
License LicenseRef-PublicDomain
Author James Cook <mokus@deepbondi.net>
Maintainer James Cook <mokus@deepbondi.net>
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.6, Debian:0.0.0.4, LTSHaskell:0.0.0.6, NixOS:0.0.0.6
Reverse Dependencies 8 direct, 163 indirect [details]
Downloads 21122 total (194 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.