Mon, 12 Jan 2026 13:56:03 CST | login

Information for build ghc-text-short-0.1.6-1.oc9

ID44919
Package Nameghc-text-short
Version0.1.6
Release1.oc9
Epoch
DraftFalse
Sourcegit+https://gitee.com/opencloudos-stream/ghc-text-short.git?.#6d9f54a4ca171bca6d4956ddbc64f35097be70de
SummaryMemory-efficient representation of Unicode text strings
DescriptionThis package provides the 'ShortText' type which is suitable for keeping many short strings in memory. This is similiar to how 'ShortByteString' relates to 'ByteString'. The main difference between 'Text' and 'ShortText' is that 'ShortText' uses UTF-8 instead of UTF-16 internally and also doesn't support zero-copy slicing (thereby saving 2 words). Consequently, the memory footprint of a (boxed) 'ShortText' value is 4 words (2 words when unboxed) plus the length of the UTF-8 encoded payload.
Built byzeyouliu
State complete
Volume DEFAULT
StartedTue, 14 Oct 2025 10:31:22 CST
CompletedTue, 14 Oct 2025 10:46:12 CST
Taskbuild (dist-oc9-epol, /opencloudos-stream/ghc-text-short.git:.:origin/master)
Extra{'source': {'original_url': 'git+https://gitee.com/opencloudos-stream/ghc-text-short.git?.#origin/master'}}
Tags
dist-oc9-epol
dist-oc9-epol-compose
epol9-test-compose
RPMs
src
ghc-text-short-0.1.6-1.oc9.src.rpm (info) (download)
aarch64
ghc-text-short-0.1.6-1.oc9.aarch64.rpm (info) (download)
ghc-text-short-devel-0.1.6-1.oc9.aarch64.rpm (info) (download)
loongarch64
ghc-text-short-0.1.6-1.oc9.loongarch64.rpm (info) (download)
ghc-text-short-devel-0.1.6-1.oc9.loongarch64.rpm (info) (download)
noarch
ghc-text-short-doc-0.1.6-1.oc9.noarch.rpm (info) (download)
x86_64
ghc-text-short-0.1.6-1.oc9.x86_64.rpm (info) (download)
ghc-text-short-devel-0.1.6-1.oc9.x86_64.rpm (info) (download)
Logs
x86_64
mock_config.log
state.log
mock_output.log
hw_info.log
build.log
dnf.log
installed_pkgs.log
dnf.librepo.log
dnf.rpm.log
root.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 * Mon Oct 13 2025 zeyouliu <zeyouliu@tencent.com> - 0.1.6-1 - [Type] other - [DESC] update to Version 0.1.6 * Fri Jun 06 2025 bbrucezhang <bbrucezhang@tencent.com> - 0.1.5-2 - Rebuilt for loongarch64 * Mon Apr 15 2024 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 0.1.5-1 - initial build