Sat, 29 Jun 2024 15:32:22 UTC | login

Information for build ghc-async-2.2.4-2.fc37

ID215266
Package Nameghc-async
Version2.2.4
Release2.fc37
Epoch
Sourcegit+https://src.fedoraproject.org/rpms/ghc-async.git#d334ebcae9eec271ed30f8e0d810d20b77f14fc2
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, 28 Oct 2022 10:36:12 UTC
CompletedFri, 28 Oct 2022 11:20:46 UTC
Taskbuild (f37, /rpms/ghc-async.git:d334ebcae9eec271ed30f8e0d810d20b77f14fc2)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/ghc-async.git#d334ebcae9eec271ed30f8e0d810d20b77f14fc2'}}
Tags
f37
f38
RPMs
src
ghc-async-2.2.4-2.fc37.src.rpm (info) (download)
noarch
ghc-async-doc-2.2.4-2.fc37.noarch.rpm (info) (download)
riscv64
ghc-async-2.2.4-2.fc37.riscv64.rpm (info) (download)
ghc-async-devel-2.2.4-2.fc37.riscv64.rpm (info) (download)
ghc-async-prof-2.2.4-2.fc37.riscv64.rpm (info) (download)
Logs
riscv64
build.log
hw_info.log
mock_output.log
noarch_rpmdiff.json
root.log
state.log
Changelog * 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 * Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 2.2.2-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild * Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.2.2-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild