Click here to visit the old openkoji buildsystem (Archived)

Information for build ghc-bytestring-trie-0.2.7.2-3.fc40

ID25112
Package Nameghc-bytestring-trie
Links Fedora Package Sources | Fedora Official Koji Buildsystem | Rocks RISC-V Koji Buildsystem | Fedora RISC-V GitHub | Old Koji Buildsystem
Version0.2.7.2
Release3.fc40
Epoch
DraftFalse
Sourcegit+https://src.fedoraproject.org/rpms/ghc-bytestring-trie.git#374e9824353fd9a68677ad9ea9db1b4368fe5d99
SummaryAn efficient finite map from bytestrings to values
DescriptionAn efficient finite map from bytestrings to values. The implementation is based on big-endian patricia trees, like "Data.IntMap". We first trie on the elements of "Data.ByteString" and then trie on the big-endian bit representation of those elements. Patricia trees have efficient algorithms for union and other merging operations, but they're also quick for lookups and insertions. If you are only interested in being able to associate strings to values, then you may prefer the 'hashmap' package which is faster for those only needing a map-like structure. This package is intended for those who need the extra capabilities that a trie-like structure can offer (e.g., structure sharing to reduce memory costs for highly redundant keys, taking the submap of all keys with a given prefix, contextual mapping, extracting the minimum and maximum keys, etc.).
Built bykojiadmin
State complete
Volume DEFAULT
StartedFri, 03 May 2024 10:09:43 CST
CompletedFri, 03 May 2024 10:30:58 CST
Taskbuild (f40, /rpms/ghc-bytestring-trie.git:374e9824353fd9a68677ad9ea9db1b4368fe5d99)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/ghc-bytestring-trie.git#374e9824353fd9a68677ad9ea9db1b4368fe5d99'}}
Tags
f40
RPMs
src
ghc-bytestring-trie-0.2.7.2-3.fc40.src.rpm (info) (download)
noarch
ghc-bytestring-trie-doc-0.2.7.2-3.fc40.noarch.rpm (info) (download)
riscv64
ghc-bytestring-trie-0.2.7.2-3.fc40.riscv64.rpm (info) (download)
ghc-bytestring-trie-devel-0.2.7.2-3.fc40.riscv64.rpm (info) (download)
ghc-bytestring-trie-prof-0.2.7.2-3.fc40.riscv64.rpm (info) (download)
Logs
riscv64
state.log
root.log
hw_info.log
installed_pkgs.log
build.log
mock_output.log
noarch_rpmdiff.json
Changelog * Wed Jan 24 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.7.2-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Fri Jan 19 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.7.2-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Sun Jul 23 2023 Jens Petersen <petersen@redhat.com> - 0.2.7.2-1 - https://hackage.haskell.org/package/bytestring-trie-0.2.7.2/changelog * Wed Jul 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.7-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild * Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.7-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild * Tue Jun 07 2022 Jens Petersen <petersen@redhat.com> - 0.2.7-1 - https://hackage.haskell.org/package/bytestring-trie-0.2.7/changelog