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

Information for build ghc-async-2.2.4-5.rvre0.fc38

ID250450
Package Nameghc-async
Version2.2.4
Release5.rvre0.fc38
Epoch
Sourcegit+http://fedora.riscv.rocks:3000/rpms/ghc-async.git#0bea2ff8b6dc7d5b9f06f72b9e096d8c51704d0c
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
StartedFri, 23 Jun 2023 09:40:58 UTC
CompletedFri, 23 Jun 2023 10:25:12 UTC
Taskbuild (f38, /rpms/ghc-async.git:0bea2ff8b6dc7d5b9f06f72b9e096d8c51704d0c)
Extra{'source': {'original_url': 'git+http://fedora.riscv.rocks:3000/rpms/ghc-async.git#0bea2ff8b6dc7d5b9f06f72b9e096d8c51704d0c'}}
Tags
f38
f39
f40
RPMs
src
ghc-async-2.2.4-5.rvre0.fc38.src.rpm (info) (download)
noarch
ghc-async-doc-2.2.4-5.rvre0.fc38.noarch.rpm (info) (download)
riscv64
ghc-async-2.2.4-5.rvre0.fc38.riscv64.rpm (info) (download)
ghc-async-devel-2.2.4-5.rvre0.fc38.riscv64.rpm (info) (download)
ghc-async-prof-2.2.4-5.rvre0.fc38.riscv64.rpm (info) (download)
Logs
riscv64
hw_info.log
state.log
build.log
root.log
mock_output.log
noarch_rpmdiff.json
Changelog * Fri Jun 23 2023 David Abdurachmanov <davidlt@rivosinc.com> 2.2.4-5.rvre0 - Rebuilt for Fedora/RISCV (riscv64); adding .rvreX to Release: * 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 * Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 2.2.3-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild * Thu Aug 05 2021 Jens Petersen <petersen@redhat.com> - 2.2.3-1 - update to 2.2.3 * Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 2.2.2-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild