Sun, 11 Jan 2026 16:51:48 CST | login

Information for build ghc-deriving-compat-0.6.6-2.oc9

ID35966
Package Nameghc-deriving-compat
Version0.6.6
Release2.oc9
Epoch
DraftFalse
Sourcegit+https://gitee.com/opencloudos-stream/ghc-deriving-compat.git?.#8f7e6940a132dc5a8a9438ff3e94d0bd8ccc2d53
SummaryBackports of GHC deriving extensions
Description'deriving-compat' provides Template Haskell functions that mimic 'deriving' extensions that were introduced or modified in recent versions of GHC. Currently, the following typeclasses/extensions are covered: * Deriving 'Bounded' * Deriving 'Enum' * Deriving 'Ix' * Deriving 'Eq' * Deriving 'Ord' * Deriving 'Read' * Deriving 'Show' * 'DeriveFoldable' * 'DeriveFunctor' * 'DeriveTraversable' * 'GeneralizedNewtypeDeriving' (with GHC 8.2 or later) * 'DerivingVia' (with GHC 8.2 or later) See the "Data.Deriving" module for a full list of backported changes. In addition, 'deriving-compat' also provides some additional 'deriving' functionality that has not yet been merged into upstream GHC. Aside from the GHC 'deriving' extensions mentioned above, 'deriving-compat' also permits deriving instances of classes in the 'Data.Functor.Classes' module, covering the 'Eq1', 'Eq2', 'Ord1', 'Ord2', 'Read1', 'Read2', 'Show1', and 'Show2' classes. This extra functionality is outside of the main scope of 'deriving-compat', as it does not backport extensions that exist in today's GHC. Nevertheless, the underlying Template Haskell machinery needed to derive 'Eq' and friends extends very naturally to 'Eq1' and friends, so this extra functionality is included in 'deriving-compat' as a convenience. Note that some recent GHC typeclasses/extensions are not covered by this package: * 'DeriveDataTypeable' * 'DeriveGeneric', which was introducted in GHC 7.2 for deriving 'Generic' instances, and modified in GHC 7.6 to allow derivation of 'Generic1' instances. Use 'Generics.Deriving.TH' from '<http://hackage.haskell.org/package/generic-deriving generic-deriving>' to derive 'Generic(1)' using Template Haskell. * 'DeriveLift', which was introduced in GHC 8.0 for deriving 'Lift' instances. Use 'Language.Haskell.TH.Lift' from '<http://hackage.haskell.org/package/th-lift th-lift>' to derive 'Lift' using Template Haskell. * The 'Bifunctor' typeclass, which was introduced in GHC 7.10, as well as the 'Bifoldable' and 'Bitraversable' typeclasses, which were introduced in GHC 8.2. Use 'Data.Bifunctor.TH' from '<http://hackage.haskell.org/package/bifunctors bifunctors>' to derive these typeclasses using Template Haskell.
Built bybbrucezhang
State complete
Volume DEFAULT
StartedThu, 09 Oct 2025 10:31:30 CST
CompletedThu, 09 Oct 2025 10:38:41 CST
Taskbuild (dist-oc9-epol, /opencloudos-stream/ghc-deriving-compat.git:.:origin/master)
Extra{'source': {'original_url': 'git+https://gitee.com/opencloudos-stream/ghc-deriving-compat.git?.#origin/master'}}
Tags
dist-oc9-epol
dist-oc9-epol-compose
epol9-test-compose
RPMs
src
ghc-deriving-compat-0.6.6-2.oc9.src.rpm (info) (download)
aarch64
ghc-deriving-compat-0.6.6-2.oc9.aarch64.rpm (info) (download)
ghc-deriving-compat-devel-0.6.6-2.oc9.aarch64.rpm (info) (download)
loongarch64
ghc-deriving-compat-0.6.6-2.oc9.loongarch64.rpm (info) (download)
ghc-deriving-compat-devel-0.6.6-2.oc9.loongarch64.rpm (info) (download)
noarch
ghc-deriving-compat-doc-0.6.6-2.oc9.noarch.rpm (info) (download)
x86_64
ghc-deriving-compat-0.6.6-2.oc9.x86_64.rpm (info) (download)
ghc-deriving-compat-devel-0.6.6-2.oc9.x86_64.rpm (info) (download)
Logs
x86_64
dnf.rpm.log
dnf.librepo.log
dnf.log
mock_output.log
state.log
installed_pkgs.log
build.log
hw_info.log
root.log
mock_config.log
noarch_rpmdiff.json
aarch64
dnf.log
state.log
hw_info.log
build.log
installed_pkgs.log
mock_output.log
root.log
mock_config.log
dnf.rpm.log
dnf.librepo.log
noarch_rpmdiff.json
loongarch64
state.log
build.log
root.log
hw_info.log
installed_pkgs.log
mock_output.log
noarch_rpmdiff.json
Changelog * Thu Jun 05 2025 bbrucezhang <bbrucezhang@tencent.com> - 0.6.6-2 - Rebuilt for loongarch64 * Thu Aug 08 2024 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 0.6.6-1 - initial build