Fri, 23 Jan 2026 04:52:39 CST | login

Information for build ghc-hashtables-1.3.1-5.oc9

ID44819
Package Nameghc-hashtables
Version1.3.1
Release5.oc9
Epoch
DraftFalse
Sourcegit+https://gitee.com/opencloudos-stream/ghc-hashtables.git?.#a9d28b34fbed5f5681a237705acababf88edf019
SummaryMutable hash tables in the ST monad
DescriptionThis package provides a couple of different implementations of mutable hash tables in the ST monad, as well as a typeclass abstracting their common operations, and a set of wrappers to use the hash tables in the IO monad. This package currently contains three hash table implementations: 1. Data.HashTable.ST.Basic contains a basic open-addressing hash table using linear probing as the collision strategy. 2. Data.HashTable.ST.Cuckoo contains an implementation of "cuckoo hashing" which has worst-case O(1) lookups and can reach a high "load factor". 3. Data.HashTable.ST.Linear contains a linear hash table, which trades some insert and lookup performance for higher space efficiency and much shorter delays when expanding the table.
Built byepol-bot
State complete
Volume DEFAULT
StartedMon, 13 Oct 2025 11:00:06 CST
CompletedMon, 13 Oct 2025 11:09:13 CST
Taskbuild (dist-oc9-epol, /opencloudos-stream/ghc-hashtables.git:.:origin/master)
Extra{'source': {'original_url': 'git+https://gitee.com/opencloudos-stream/ghc-hashtables.git?.#origin/master'}}
Tags
dist-oc9-epol
dist-oc9-epol-compose
epol9-test-compose
RPMs
src
ghc-hashtables-1.3.1-5.oc9.src.rpm (info) (download)
aarch64
ghc-hashtables-1.3.1-5.oc9.aarch64.rpm (info) (download)
ghc-hashtables-devel-1.3.1-5.oc9.aarch64.rpm (info) (download)
loongarch64
ghc-hashtables-1.3.1-5.oc9.loongarch64.rpm (info) (download)
ghc-hashtables-devel-1.3.1-5.oc9.loongarch64.rpm (info) (download)
noarch
ghc-hashtables-doc-1.3.1-5.oc9.noarch.rpm (info) (download)
x86_64
ghc-hashtables-1.3.1-5.oc9.x86_64.rpm (info) (download)
ghc-hashtables-devel-1.3.1-5.oc9.x86_64.rpm (info) (download)
Logs
x86_64
hw_info.log
dnf.librepo.log
root.log
build.log
mock_output.log
installed_pkgs.log
dnf.rpm.log
state.log
dnf.log
mock_config.log
noarch_rpmdiff.json
aarch64
mock_config.log
installed_pkgs.log
dnf.librepo.log
mock_output.log
state.log
root.log
build.log
dnf.rpm.log
hw_info.log
dnf.log
noarch_rpmdiff.json
loongarch64
state.log
build.log
root.log
hw_info.log
installed_pkgs.log
mock_output.log
noarch_rpmdiff.json
Changelog * Mon Oct 13 2025 bbrucezhang <bbrucezhang@tencent.com> - 1.3.1-5 - Rebuilt * Thu Oct 09 2025 zeyouliu <zeyouliu@tencent.com> - 1.3.1-4 - [Type] other - [DESC] rebuild for ghc-hashable * Thu Oct 09 2025 zeyouliu <zeyouliu@tencent.com> - 1.3.1-3 - [Type] other - [DESC] rebuild for ghc 9.8.4 * Thu Jun 05 2025 bbrucezhang <bbrucezhang@tencent.com> - 1.3.1-2 - Rebuilt for loongarch64 * Fri Apr 12 2024 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 1.3.1-1 - initial build