./devel/hs-th-lift, Derive Template Haskells Lift class for datatypes

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 0.8.6nb1, Package name: hs-th-lift-0.8.6nb1, Maintainer: pho

Derive Template Haskell's Lift class for datatypes using TemplateHaskell. The
functionality in this package has largely been subsumed by the
DeriveLift language extension, which is available in GHC 8.0 and later versions.
As such, this package is only useful as a way to backport bugfixes
to DeriveLift in later GHC versions back to older GHCs.

The following libraries are related:

* The th-orphans
(https://hackage.haskell.org/package/th-orphans) packageprovides instances
for template-haskell syntax types.
* The th-lift-instances
(http://hackage.haskell.org/package/th-lift-instances)package
provides Lift instances for types in base, text,bytestring, vector, etc. Some
of these instances are only provided forold versions of their respective
libraries, as the same Lift instancesare also present upstream on newer
versions.


Master sites:

Filesize: 13.975 KB

Version history: (Expand)


CVS history: (Expand)


   2025-02-02 14:06:08 by Masatake Daimon | Files touched by this commit (1173)
Log message:
Bump all Haskell packages after switching the default compiler.
   2025-01-30 12:37:08 by Masatake Daimon | Files touched by this commit (4) | Package updated
Log message:
devel/hs-th-lift: update to th-lift-0.8.6

## [0.8.6] - 2024.12.05

* Support building with `template-haskell-2.23.0`.

## [0.8.5] - 2024.10.22

* Support building with `template-haskell-2.22.1`.
* Drop support for pre-8.0 versions of GHC.
   2024-05-09 03:32:57 by Masatake Daimon | Files touched by this commit (1137)
Log message:
Recursive revbump after changing the default Haskell compiler
   2024-04-29 06:55:33 by Masatake Daimon | Files touched by this commit (2)
Log message:
devel/hs-th-lift: Fix build with GHC 9.8

This breaks build with the currently default GHC 9.6. Please bear with me
until I switch the default compiler.
   2023-11-02 07:37:49 by Masatake Daimon | Files touched by this commit (1141)
Log message:
Revbump all Haskell after updating lang/ghc96
   2023-10-27 14:22:24 by Masatake Daimon | Files touched by this commit (4)
Log message:
devel/hs-th-lift: Update to 0.8.4

[0.8.4] - 2023.08.01
* Add support for the FldName NameSpace, which was introduced in
  template-haskell-2.21.0.0 (GHC 9.8).

[0.8.3] - 2023.02.27
* Support building with th-abstraction-0.5.*.
* Require th-abstraction-0.3.0.0 or later.
   2023-10-09 06:55:01 by Masatake Daimon | Files touched by this commit (988)
Log message:
Bump Haskell packages after updating lang/ghc94
   2023-01-25 14:51:14 by Masatake Daimon | Files touched by this commit (4)
Log message:
devel/hs-th-lift: Fix build with GHC 9.4