lift-generics: GHC.Generics-based Language.Haskell.TH.Syntax.lift implementation

[ bsd3, language, library ] [ Propose Tags ] [ Report a vulnerability ]

This package provides a GHC.Generics-based genericLift function, 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.


[Skip to Readme]

Modules

[Index] [Quick Jump]

Downloads

Maintainer's Corner

Package maintainers

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, 0.3.1
Change log CHANGELOG.md
Dependencies base (>=4.9 && <5), template-haskell (>=2.11 && <2.25), th-compat (>=0.1 && <0.2) [details]
Tested with ghc ==8.0.2, ghc ==8.2.2, ghc ==8.4.4, ghc ==8.6.5, ghc ==8.8.4, ghc ==8.10.7, ghc ==9.0.2, ghc ==9.2.8, ghc ==9.4.8, ghc ==9.6.7, ghc ==9.8.4, ghc ==9.10.3, ghc ==9.12.2, ghc ==9.14.1
License BSD-3-Clause
Copyright (C) 2015-2017 Ryan Scott
Author Ryan Scott
Maintainer Ryan Scott <ryan.gl.scott@gmail.com>
Uploaded by ryanglscott at 2026-01-10T15:03:40Z
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
Distributions LTSHaskell:0.3, NixOS:0.3, Stackage:0.3.1
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 3949 total (16 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2026-01-10 [all 1 reports]

Readme for lift-generics-0.3.1

[back to package description]

lift-generics

Haskell Programming Language Hackage Dependencies Haskell Programming Language BSD3 License Build Status

This package provides a GHC.Generics-based genericLift function, 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.