Wed, 02 Oct 2024 20:55:05 UTC | login

Information for build ghc-text-short-0.1.5-6.fc40

ID281713
Package Nameghc-text-short
Version0.1.5
Release6.fc40
Epoch
Sourcegit+https://src.fedoraproject.org/rpms/ghc-text-short.git#45e349c8f892c3480aab5599382f97cc3033662e
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 bydavidlt
State complete
Volume DEFAULT
StartedFri, 16 Feb 2024 19:39:39 UTC
CompletedFri, 16 Feb 2024 20:03:16 UTC
Taskbuild (f40, /rpms/ghc-text-short.git:45e349c8f892c3480aab5599382f97cc3033662e)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/ghc-text-short.git#45e349c8f892c3480aab5599382f97cc3033662e'}}
Tags
f40
f41
RPMs
src
ghc-text-short-0.1.5-6.fc40.src.rpm (info) (download)
noarch
ghc-text-short-doc-0.1.5-6.fc40.noarch.rpm (info) (download)
riscv64
ghc-text-short-0.1.5-6.fc40.riscv64.rpm (info) (download)
ghc-text-short-devel-0.1.5-6.fc40.riscv64.rpm (info) (download)
ghc-text-short-prof-0.1.5-6.fc40.riscv64.rpm (info) (download)
Logs
riscv64
state.log
hw_info.log
build.log
root.log
mock_output.log
noarch_rpmdiff.json
Changelog * 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 * Thu Mar 10 2022 Jens Petersen <petersen@redhat.com> - 0.1.3-9 - rebuild