Tue, 11 Jun 2024 01:55:27 UTC | login

Information for build ghc-async-2.2.2-2.fc33

ID156055
Package Nameghc-async
Version2.2.2
Release2.fc33
Epoch
Sourcegit+https://src.fedoraproject.org/rpms/ghc-async.git#86f2ddbbbe630f475a5e5858050d286482e7b4e6
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
StartedSun, 19 Apr 2020 11:34:08 UTC
CompletedSun, 19 Apr 2020 12:23:20 UTC
Taskbuild (f33, /rpms/ghc-async.git:86f2ddbbbe630f475a5e5858050d286482e7b4e6)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/ghc-async.git#86f2ddbbbe630f475a5e5858050d286482e7b4e6'}}
Tags
f33
RPMs
src
ghc-async-2.2.2-2.fc33.src.rpm (info) (download)
riscv64
ghc-async-2.2.2-2.fc33.riscv64.rpm (info) (download)
ghc-async-devel-2.2.2-2.fc33.riscv64.rpm (info) (download)
ghc-async-doc-2.2.2-2.fc33.riscv64.rpm (info) (download)
ghc-async-prof-2.2.2-2.fc33.riscv64.rpm (info) (download)
Logs
riscv64
build.log
hw_info.log
mock_output.log
root.log
state.log
Changelog * Tue Jan 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.2.2-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild * Thu Jul 25 2019 Jens Petersen <petersen@redhat.com> - 2.2.2-1 - update to 2.2.2 * Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.2.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild * Thu Feb 21 2019 Jens Petersen <petersen@redhat.com> - 2.2.1-1 - update to 2.2.1 * Sun Feb 17 2019 Jens Petersen <petersen@redhat.com> - 2.1.1.1-6 - refresh to cabal-rpm-0.13 * 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