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

This is a package candidate release! Here you can preview how this package release will appear once published to the main package index (which can be accomplished via the 'maintain' link below). Please note that once a package has been published to the main package index it cannot be undone! Please consult the package uploading documentation for more information.

[maintain] [Publish]

Warnings:

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]

Properties

Versions 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.7, 0.0.0.8
Change log ChangeLog.md
Dependencies base (>=4.9 && <5), containers, syb, template-haskell (<2.23), th-abstraction (>=0.4 && <0.7) [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 ErikDeCastroLopo at 2023-12-14T23:56:30Z

Modules

[Index] [Quick Jump]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees


Readme for th-extras-0.0.0.7

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