Sat, 29 Jun 2024 15:51:14 UTC | login

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

ID267421
Package Nameghc-async
Version2.2.4
Release6.fc40
Epoch
Sourcegit+https://src.fedoraproject.org/rpms/ghc-async.git#55b8a734f86e5ea69618e37481d18f598d40559a
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, 17 Nov 2023 19:19:22 UTC
CompletedFri, 17 Nov 2023 19:33:45 UTC
Taskbuild (f40, /rpms/ghc-async.git:55b8a734f86e5ea69618e37481d18f598d40559a)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/ghc-async.git#55b8a734f86e5ea69618e37481d18f598d40559a'}}
Tags
f40
RPMs
src
ghc-async-2.2.4-6.fc40.src.rpm (info) (download)
noarch
ghc-async-doc-2.2.4-6.fc40.noarch.rpm (info) (download)
riscv64
ghc-async-2.2.4-6.fc40.riscv64.rpm (info) (download)
ghc-async-devel-2.2.4-6.fc40.riscv64.rpm (info) (download)
ghc-async-prof-2.2.4-6.fc40.riscv64.rpm (info) (download)
Logs
riscv64
hw_info.log
state.log
build.log
root.log
mock_output.log
noarch_rpmdiff.json
Changelog * 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 * 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