ghc-th-compat 0.1.4
Backward- and forward-compatible `Quote' and `Code' types
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 re-exports Quote
and Code
from Language.Haskell.TH.Syntax
.
- Outputs:
out
- Website: https://github.com/haskell-compat/th-compat
- Licenses: Modified BSD
- Package source: gnu/packages/haskell-xyz.scm
- Builds: See build status
- Issues: See known issues
Installation
Install ghc-th-compat 0.1.4
as follows:
guix install ghc-th-compat@0.1.4
Or install the latest version:
guix install ghc-th-compat
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.