Fri, 23 Jan 2026 00:15:48 CST | login

Information for build ghc-hashable-1.4.7.0-1.oc9

ID44783
Package Nameghc-hashable
Version1.4.7.0
Release1.oc9
Epoch
DraftFalse
Sourcegit+https://gitee.com/opencloudos-stream/ghc-hashable.git?.#9e1b854fefbedd0871e0048928984572cc29d1a2
SummaryA class for types that can be converted to a hash value
DescriptionThis package defines a class, 'Hashable', for types that can be converted to a hash value. This class exists for the benefit of hashing-based data structures. The package provides instances for basic types and a way to combine hash values. 'Hashable' is intended exclusively for use in in-memory data structures. 'Hashable' does /not/ have a fixed standard. This allows it to improve over time. Because it does not have a fixed standard, different computers or computers on different versions of the code will observe different hash values. As such, 'hashable' is not recommended for use other than in-memory datastructures. Specifically, 'hashable' is not intended for network use or in applications which persist hashed values. For stable hashing use named hashes: sha256, crc32, xxhash etc.
Built byzeyouliu
State complete
Volume DEFAULT
StartedSun, 12 Oct 2025 21:46:00 CST
CompletedSun, 12 Oct 2025 21:51:57 CST
Taskbuild (dist-oc9-epol, /opencloudos-stream/ghc-hashable.git:.:origin/master)
Extra{'source': {'original_url': 'git+https://gitee.com/opencloudos-stream/ghc-hashable.git?.#origin/master'}}
Tags
dist-oc9-epol
dist-oc9-epol-compose
epol9-test-compose
RPMs
src
ghc-hashable-1.4.7.0-1.oc9.src.rpm (info) (download)
aarch64
ghc-hashable-1.4.7.0-1.oc9.aarch64.rpm (info) (download)
ghc-hashable-devel-1.4.7.0-1.oc9.aarch64.rpm (info) (download)
ghc-os-string-2.0.7-1.oc9.aarch64.rpm (info) (download)
ghc-os-string-devel-2.0.7-1.oc9.aarch64.rpm (info) (download)
loongarch64
ghc-hashable-1.4.7.0-1.oc9.loongarch64.rpm (info) (download)
ghc-hashable-devel-1.4.7.0-1.oc9.loongarch64.rpm (info) (download)
ghc-os-string-2.0.7-1.oc9.loongarch64.rpm (info) (download)
ghc-os-string-devel-2.0.7-1.oc9.loongarch64.rpm (info) (download)
noarch
ghc-hashable-doc-1.4.7.0-1.oc9.noarch.rpm (info) (download)
ghc-os-string-doc-2.0.7-1.oc9.noarch.rpm (info) (download)
x86_64
ghc-hashable-1.4.7.0-1.oc9.x86_64.rpm (info) (download)
ghc-hashable-devel-1.4.7.0-1.oc9.x86_64.rpm (info) (download)
ghc-os-string-2.0.7-1.oc9.x86_64.rpm (info) (download)
ghc-os-string-devel-2.0.7-1.oc9.x86_64.rpm (info) (download)
Logs
x86_64
root.log
build.log
dnf.rpm.log
installed_pkgs.log
hw_info.log
mock_output.log
state.log
dnf.log
mock_config.log
dnf.librepo.log
noarch_rpmdiff.json
aarch64
root.log
dnf.log
dnf.rpm.log
mock_config.log
build.log
installed_pkgs.log
state.log
dnf.librepo.log
hw_info.log
mock_output.log
noarch_rpmdiff.json
loongarch64
state.log
build.log
root.log
hw_info.log
installed_pkgs.log
mock_output.log
noarch_rpmdiff.json
Changelog * Sat Oct 11 2025 zeyouliu <zeyouliu@tencent.com> - 1.4.7.0-1 - [Type] other - [DESC] update to Version 1.4.7.0 * Wed Sep 03 2025 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 1.4.4.0-1 - [Type] other - [DESC] Update to 1.4.4.0 * Thu Jun 05 2025 bbrucezhang <bbrucezhang@tencent.com> - 1.4.2.0-2 - Rebuilt for loongarch64 * Mon Apr 15 2024 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 1.4.2.0-1 - initial build