Thu, 06 Jun 2024 23:58:41 UTC | login

Information for build ghc-async-2.2.1-1.0.riscv64.fc30

ID87315
Package Nameghc-async
Version2.2.1
Release1.0.riscv64.fc30
Epoch
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
StartedMon, 25 Feb 2019 06:03:06 UTC
CompletedMon, 25 Feb 2019 06:27:47 UTC
Taskbuild (f30-candidate, ghc-async-2.2.1-1.0.riscv64.fc30.src.rpm)
Tags
f30
f31
f32
f33
RPMs
src
ghc-async-2.2.1-1.0.riscv64.fc30.src.rpm (info) (download)
riscv64
ghc-async-2.2.1-1.0.riscv64.fc30.riscv64.rpm (info) (download)
ghc-async-devel-2.2.1-1.0.riscv64.fc30.riscv64.rpm (info) (download)
Logs
riscv64
build.log
hw_info.log
mock_output.log
root.log
state.log
Changelog * Sun Feb 24 2019 David Abdurachmanov <david.abdurachmanov@gmail.com> - 2.2.1-1.0.riscv64 - Update to 2.2.1 for GHC 8.4.4 * Thu Jan 31 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.1.1.1-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild * Sat Jul 28 2018 Jens Petersen <petersen@redhat.com> - 2.1.1.1-4 - rebuild * Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.1.1.1-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild * Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.1.1.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild * Wed Jan 24 2018 Jens Petersen <petersen@redhat.com> - 2.1.1.1-1 - update to 2.1.1.1 * Wed Aug 02 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.1.1-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild * Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.1.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild