Sat, 29 Jun 2024 15:48:19 UTC | login

Information for build ghc-async-2.2.4-4.fc38

ID235007
Package Nameghc-async
Version2.2.4
Release4.fc38
Epoch
Sourcegit+https://src.fedoraproject.org/rpms/ghc-async.git#093e9ef54941d6d1ca0d58b7d417b00b0d2a641a
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, 06 Mar 2023 09:47:11 UTC
CompletedMon, 06 Mar 2023 10:09:38 UTC
Taskbuild (f38, /rpms/ghc-async.git:093e9ef54941d6d1ca0d58b7d417b00b0d2a641a)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/ghc-async.git#093e9ef54941d6d1ca0d58b7d417b00b0d2a641a'}}
Tags
f38
RPMs
src
ghc-async-2.2.4-4.fc38.src.rpm (info) (download)
noarch
ghc-async-doc-2.2.4-4.fc38.noarch.rpm (info) (download)
riscv64
ghc-async-2.2.4-4.fc38.riscv64.rpm (info) (download)
ghc-async-devel-2.2.4-4.fc38.riscv64.rpm (info) (download)
ghc-async-prof-2.2.4-4.fc38.riscv64.rpm (info) (download)
Logs
riscv64
hw_info.log
state.log
build.log
root.log
mock_output.log
noarch_rpmdiff.json
Changelog * 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