Click here to visit the old openkoji buildsystem (Archived)

Information for build ghc-text-short-0.1.5-7.rvrebuild0.fc40

ID47589
Package Nameghc-text-short
Links Fedora Package Sources | Fedora Official Koji Buildsystem | Rocks RISC-V Koji Buildsystem | Fedora RISC-V GitHub | Old Koji Buildsystem
Version0.1.5
Release7.rvrebuild0.fc40
Epoch
DraftFalse
Sourcegit+https://github.com/fedora-riscv/ghc-text-short.git#623e318702066d3771884ea884af879737e0958f
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 byzhaojiasheng
State complete
Volume DEFAULT
StartedFri, 17 May 2024 09:12:54 CST
CompletedFri, 17 May 2024 09:44:28 CST
Taskbuild (f40, /fedora-riscv/ghc-text-short.git:623e318702066d3771884ea884af879737e0958f)
Extra{'source': {'original_url': 'git+https://github.com/fedora-riscv/ghc-text-short.git#623e318702066d3771884ea884af879737e0958f'}}
Tags
f40
RPMs
src
ghc-text-short-0.1.5-7.rvrebuild0.fc40.src.rpm (info) (download)
noarch
ghc-text-short-doc-0.1.5-7.rvrebuild0.fc40.noarch.rpm (info) (download)
riscv64
ghc-text-short-0.1.5-7.rvrebuild0.fc40.riscv64.rpm (info) (download)
ghc-text-short-devel-0.1.5-7.rvrebuild0.fc40.riscv64.rpm (info) (download)
ghc-text-short-prof-0.1.5-7.rvrebuild0.fc40.riscv64.rpm (info) (download)
Logs
riscv64
installed_pkgs.log
state.log
root.log
build.log
hw_info.log
mock_output.log
noarch_rpmdiff.json
Changelog * Fri May 17 2024 Jasen Chao <JasenChao@gmail.com> - 0.1.5-7.rvrebuild0 - rebuild * Wed Jan 24 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.5-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Fri Jan 19 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.5-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Sun Jul 23 2023 Jens Petersen <petersen@redhat.com> - 0.1.5-4 - revised .cabal file * Wed Jul 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.5-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild * Sun Jan 22 2023 Jens Petersen <petersen@redhat.com> - 0.1.5-1 - https://hackage.haskell.org/package/text-short-0.1.5/changelog - refresh to cabal-rpm-2.1.0 with SPDX migration * Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.3-11 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild * Fri Jun 17 2022 Jens Petersen <petersen@redhat.com> - 0.1.3-10 - rebuild