@hackage th-compat0.1
Backward- (and forward-)compatible Quote and Code types
Categories
License
BSD-3-Clause
Maintainer
Ryan Scott <ryan.gl.scott@gmail.com>
Links
Versions
Installation
Tested Compilers
Dependencies (4)
- base >=4.3 && <5
- fail >=4.9 && <4.10
- template-haskell >=2.5 && <2.18
- transformers >=0.2 && <0.6 Show all…
Dependents (29)
@hackage/lift-generics, @hackage/overloaded, @hackage/chessIO, @hackage/th-env, @hackage/th-desugar, @hackage/grisette, Show all…
th-compat
This package defines a Language.Haskell.TH.Syntax.Compat
module, which backports the Quote and Code types to
work across a wide range of template-haskell versions.
On recent versions of template-haskell (2.17.0.0 or
later), this module simply reexports Quote and Code
from Language.Haskell.TH.Syntax. Refer to the Haddocks
for Language.Haskell.TH.Syntax.Compat for examples of
how to use this module.