th-compat

Backward- (and forward-)compatible Quote and Code types

https://github.com/haskell-compat/th-compat

Version on this page:0.1
LTS Haskell 22.14:0.1.5
Stackage Nightly 2024-03-28:0.1.5
Latest on Hackage:0.1.5

See all snapshots th-compat appears in

BSD-3-Clause licensed by Ryan Scott
Maintained by Ryan Scott
This version can be pinned in stack with:th-compat-0.1@sha256:ff11df2bbd6ad519987f8fe5b2fd783349260681a91565a40d4096bb0a536b0b,2818

Module documentation for 0.1

Used by 2 packages in nightly-2020-11-10(full list with versions):

th-compat

Hackage Hackage Dependencies Haskell Programming Language BSD3 License Build

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.

Changes

0.1 [2020.09.29]

  • Initial release