quotet: Monad transformer for Quote from template-haskell

[ library, template-haskell ] [ Propose Tags ]

A monad transformer for the Quote type class from template-haskell, in spirit of the Overloaded Quotations proposal proposal implemented in GHC 9.0.


[Skip to Readme]

Flags

Manual Flags

NameDescriptionDefault
exceptions

Support instances from exceptions

Disabled
semigroupoids

Support instances from semigroupoids

Disabled
monad-control

Support instances from monad-control

Disabled

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

  • No Candidates
Versions [RSS] 0.0.0.0, 0.0.0.1, 0.0.1.0, 0.0.1.1
Change log CHANGELOG.md
Dependencies base (>=4.14 && <5), mtl (>=2.2 && <2.4), template-haskell (>=2.16 && <2.22), th-compat (>=0.1.2) [details]
License CC0-1.0
Author amesgen
Maintainer amesgen@amesgen.de
Revised Revision 3 made by amesgen at 2023-10-10T20:35:25Z
Category Template Haskell
Home page https://github.com/amesgen/quotet
Bug tracker https://github.com/amesgen/quotet/issues
Source repo head: git clone https://github.com/amesgen/quotet
Uploaded by amesgen at 2022-05-07T23:59:48Z
Distributions NixOS:0.0.1.1
Downloads 326 total (20 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-05-08 [all 1 reports]

Readme for quotet-0.0.1.1

[back to package description]

quotet

CI Hackage

A monad transformer for the Quote type class from template-haskell, in spirit of the "Overloaded Quotations" proposal implemented in GHC 9.0.

See the haddocks for documentation.