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]

Flags

Automatic Flags
NameDescriptionDefault
base4Enabled

Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info

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
Dependencies base (>=4.10 && <5), containers, syb, template-haskell (<2.18), th-abstraction (>=0.4 && <0.5) [details]
License LicenseRef-PublicDomain
Author James Cook <mokus@deepbondi.net>
Maintainer James Cook <mokus@deepbondi.net>
Revised Revision 2 made by JohnEricson at 2021-12-28T22:07:42Z
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 RyanTrinkle at 2021-11-18T21:06:00Z
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 22759 total (125 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs uploaded by user
Build status unknown [no reports yet]

Readme for th-extras-0.0.0.5

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