head 1.2; access; symbols pkgsrc-2026Q2:1.2.0.12 pkgsrc-2026Q2-base:1.2 pkgsrc-2026Q1:1.2.0.10 pkgsrc-2026Q1-base:1.2 pkgsrc-2025Q4:1.2.0.8 pkgsrc-2025Q4-base:1.2 pkgsrc-2025Q3:1.2.0.6 pkgsrc-2025Q3-base:1.2 pkgsrc-2025Q2:1.2.0.4 pkgsrc-2025Q2-base:1.2 pkgsrc-2025Q1:1.2.0.2 pkgsrc-2025Q1-base:1.2 pkgsrc-2024Q4:1.1.0.30 pkgsrc-2024Q4-base:1.1 pkgsrc-2024Q3:1.1.0.28 pkgsrc-2024Q3-base:1.1 pkgsrc-2024Q2:1.1.0.26 pkgsrc-2024Q2-base:1.1 pkgsrc-2024Q1:1.1.0.24 pkgsrc-2024Q1-base:1.1 pkgsrc-2023Q4:1.1.0.22 pkgsrc-2023Q4-base:1.1 pkgsrc-2023Q3:1.1.0.20 pkgsrc-2023Q3-base:1.1 pkgsrc-2023Q2:1.1.0.18 pkgsrc-2023Q2-base:1.1 pkgsrc-2023Q1:1.1.0.16 pkgsrc-2023Q1-base:1.1 pkgsrc-2022Q4:1.1.0.14 pkgsrc-2022Q4-base:1.1 pkgsrc-2022Q3:1.1.0.12 pkgsrc-2022Q3-base:1.1 pkgsrc-2022Q2:1.1.0.10 pkgsrc-2022Q2-base:1.1 pkgsrc-2022Q1:1.1.0.8 pkgsrc-2022Q1-base:1.1 pkgsrc-2021Q4:1.1.0.6 pkgsrc-2021Q4-base:1.1 pkgsrc-2021Q3:1.1.0.4 pkgsrc-2021Q3-base:1.1 pkgsrc-2021Q2:1.1.0.2 pkgsrc-2021Q2-base:1.1; locks; strict; comment @# @; 1.2 date 2025.01.30.11.37.08; author pho; state Exp; branches; next 1.1; commitid Kj59echaAW40cvHF; 1.1 date 2021.04.24.10.23.50; author pho; state Exp; branches; next ; commitid ERqY5uWFHZX43xQC; desc @@ 1.2 log @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. @ text @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. @ 1.1 log @Import th-lift-0.8.2 @ text @d1 17 a17 6 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. @