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

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


Branch: CURRENT, Version: 0.8.4nb1, Package name: hs-th-lift-0.8.4nb1, 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. This package can still be useful as a
uniform way to derive Lift instances that is backwards-compatible with
older GHCs.


Master sites:

Filesize: 14.366 KB

Version history: (Expand)


CVS history: (Expand)


   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
   2022-02-26 04:58:36 by Masatake Daimon | Files touched by this commit (872)
Log message:
Bump all Haskell packages after enabling "split sections" in mk/haskell.mk
   2022-02-12 09:51:00 by Masatake Daimon | Files touched by this commit (575)
Log message:
revbump after changing the default Haskell compiler
   2022-02-11 14:19:08 by Masatake Daimon | Files touched by this commit (2)
Log message:
Fix build with GHC 9.2
   2022-01-18 03:48:33 by Masatake Daimon | Files touched by this commit (541)
Log message:
Bump packages that depends on GHC