lift-generics: GHC.Generics-based Language.Haskell.TH.Syntax.lift implementation
This package provides a GHC.Generics-based genericLiftWithPkg
function (intended for GHC 7.10 and earlier), as well as a
genericLift
function (only available on GHC 8.0 and later),
both of which can be used for providing a
Language.Haskell.TH.Syntax.lift
implementation. See the
documentation in the Language.Haskell.TH.Lift.Generics module
to get started.
Credit goes to Matthew Pickering for suggesting this idea.
Note that due to API limitations, GHC.Generics wasn't powerful
enough to come up with the entirety of a lift
implementation prior
to GHC 8.0. For this reason, genericLiftWithPkg
requires you to
produce the package name yourself, which proves to be no small feat
(see the documentation for more info).
Luckily, you don't have to jump through as many hoops on GHC 8.0 and
later: simply use the genericLift
function, and life is good.
[Skip to Readme]
Downloads
- lift-generics-0.1.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
- No Candidates
Versions [RSS] | 0.1, 0.1.1, 0.1.2, 0.1.3, 0.2, 0.2.1, 0.3 |
---|---|
Change log | CHANGELOG.md |
Dependencies | base (>=4.3 && <5), generic-deriving (>=1.9 && <2), ghc-prim, template-haskell (>=2.4 && <2.12) [details] |
License | BSD-3-Clause |
Copyright | (C) 2015 Ryan Scott |
Author | Ryan Scott |
Maintainer | Ryan Scott <ryan.gl.scott@gmail.com> |
Category | Language |
Home page | https://github.com/RyanGlScott/lift-generics |
Bug tracker | https://github.com/RyanGlScott/lift-generics/issues |
Source repo | head: git clone https://github.com/RyanGlScott/lift-generics |
Uploaded | by ryanglscott at 2015-11-21T05:03:29Z |
Distributions | LTSHaskell:0.3, NixOS:0.2.1, Stackage:0.3 |
Reverse Dependencies | 1 direct, 0 indirect [details] |
Downloads | 3856 total (6 in the last 30 days) |
Rating | (no votes yet) [estimated by Bayesian average] |
Your Rating | |
Status | Docs available [build log] Last success reported on 2015-11-21 [all 2 reports] |