Path to this page:
Subject: CVS commit: pkgsrc/devel/hs-generic-deriving
From: Masatake Daimon
Date: 2023-10-27 16:00:55
Message id: 20231027140056.0D44AFADC@cvs.NetBSD.org
Log Message:
devel/hs-generic-deriving: Update to 1.14.5
1.14.5 [2023.08.06]
* Support building with template-haskell-2.21.* (GHC 9.8).
* The Template Haskell machinery now uses TemplateHaskellQuotes when
building with GHC 8.0+ instead of manually constructing each Template
Haskell Name. A consequence of this is that generic-deriving will now
build with GHC 9.8, as TemplateHaskellQuotes abstracts over some internal
Template Haskell changes introduced in 9.8.
1.14.4 [2023.04.30]
* Allow building with GHC backends where HTYPE_SIG_ATOMIC_T is not defined,
such as the WASM backend.
* Place INLINE [1] pragmas on from and to implementations when types don't
have too many constructors or fields, following the heuristics that GHC
9.2+ uses for Generic deriving.
1.14.3 [2023.02.27]
* Support th-abstraction-0.5.*.
Files: