Sat, 29 Jun 2024 15:33:05 UTC | login

Information for build ghc-async-2.2.4-8.fc40

ID281471
Package Nameghc-async
Version2.2.4
Release8.fc40
Epoch
Sourcegit+https://src.fedoraproject.org/rpms/ghc-async.git#eb2f15b538ae71c23c0a2db04eb9089b8af4ee22
SummaryRun IO operations asynchronously and wait for their results
DescriptionThis package provides a higher-level interface over threads, in which an 'Async a' is a concurrent thread that will eventually deliver a value of type 'a'. The package provides ways to create "Async" computations, wait for their results, and cancel them. Using 'Async' is safer than using threads in two ways: * When waiting for a thread to return a result, if the thread dies with an exception then the caller must either re-throw the exception ('wait') or handle it ('waitCatch'); the exception cannot be ignored. * The API makes it possible to build a tree of threads that are automatically killed when their parent dies (see 'withAsync').
Built bydavidlt
State complete
Volume DEFAULT
StartedThu, 15 Feb 2024 06:46:26 UTC
CompletedThu, 15 Feb 2024 07:52:28 UTC
Taskbuild (f40, /rpms/ghc-async.git:eb2f15b538ae71c23c0a2db04eb9089b8af4ee22)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/ghc-async.git#eb2f15b538ae71c23c0a2db04eb9089b8af4ee22'}}
Tags
f40
f41
RPMs
src
ghc-async-2.2.4-8.fc40.src.rpm (info) (download)
noarch
ghc-async-doc-2.2.4-8.fc40.noarch.rpm (info) (download)
riscv64
ghc-async-2.2.4-8.fc40.riscv64.rpm (info) (download)
ghc-async-devel-2.2.4-8.fc40.riscv64.rpm (info) (download)
ghc-async-prof-2.2.4-8.fc40.riscv64.rpm (info) (download)
Logs
riscv64
state.log
root.log
hw_info.log
build.log
mock_output.log
noarch_rpmdiff.json
Changelog * Wed Jan 24 2024 Fedora Release Engineering <releng@fedoraproject.org> 2.2.4-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Fri Jan 19 2024 Fedora Release Engineering <releng@fedoraproject.org> 2.2.4-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Sun Jul 23 2023 Jens Petersen <petersen@redhat.com> 2.2.4-6 - revised .cabal file * Wed Jul 19 2023 Fedora Release Engineering <releng@fedoraproject.org> 2.2.4-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild * Thu Feb 16 2023 Jens Petersen <petersen@redhat.com> - 2.2.4-3 - refresh to cabal-rpm-2.1.0 with SPDX migration * Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 2.2.4-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild * Tue Jun 07 2022 Jens Petersen <petersen@redhat.com> - 2.2.4-1 - https://hackage.haskell.org/package/async-2.2.4/changelog * Tue Mar 08 2022 Jens Petersen <petersen@redhat.com> - 2.2.3-3 - rebuild