Sat, 05 Oct 2024 05:59:20 UTC | login

Information for build ghc-threads-0.5.1.7-4.fc40

ID267267
Package Nameghc-threads
Version0.5.1.7
Release4.fc40
Epoch
Sourcegit+https://src.fedoraproject.org/rpms/ghc-threads.git#644f3d3f998b7959ec543e837e9fe04cab24c816
SummaryFork threads and wait for their result
DescriptionThis package provides functions to fork threads and wait for their result, whether it's an exception or a normal value. Besides waiting for the termination of a single thread this packages also provides functions to wait for a group of threads to terminate. This package is similar to the 'threadmanager', 'async' and 'spawn' packages. The advantages of this package are: * Simpler API. * More efficient in both space and time. * No space-leak when forking a large number of threads. * Correct handling of asynchronous exceptions. * GHC specific functionality like 'forkOn' and 'forkIOWithUnmask'.
Built bydavidlt
State complete
Volume DEFAULT
StartedFri, 17 Nov 2023 13:40:05 UTC
CompletedFri, 17 Nov 2023 13:58:56 UTC
Taskbuild (f40, /rpms/ghc-threads.git:644f3d3f998b7959ec543e837e9fe04cab24c816)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/ghc-threads.git#644f3d3f998b7959ec543e837e9fe04cab24c816'}}
Tags
f40
RPMs
src
ghc-threads-0.5.1.7-4.fc40.src.rpm (info) (download)
noarch
ghc-threads-doc-0.5.1.7-4.fc40.noarch.rpm (info) (download)
riscv64
ghc-threads-0.5.1.7-4.fc40.riscv64.rpm (info) (download)
ghc-threads-devel-0.5.1.7-4.fc40.riscv64.rpm (info) (download)
ghc-threads-prof-0.5.1.7-4.fc40.riscv64.rpm (info) (download)
Logs
riscv64
hw_info.log
state.log
build.log
root.log
mock_output.log
noarch_rpmdiff.json
Changelog * Sat Jul 29 2023 Jens Petersen <petersen@redhat.com> 0.5.1.7-4 - bump release * Wed Jul 19 2023 Fedora Release Engineering <releng@fedoraproject.org> 0.5.1.7-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild * Sun Jan 22 2023 Jens Petersen <petersen@redhat.com> - 0.5.1.7-1 - https://hackage.haskell.org/package/threads-0.5.1.7/changelog - refresh to cabal-rpm-2.1.0 with SPDX migration * Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.5.1.6-15 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild * Fri Jun 17 2022 Jens Petersen <petersen@redhat.com> - 0.5.1.6-14 - rebuild * Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.5.1.6-13 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild * Fri Aug 06 2021 Jens Petersen <petersen@redhat.com> - 0.5.1.6-12 - rebuild