Thu, 19 Sep 2024 22:15:17 UTC | login

Information for build ghc-async-2.2.5-1.fc41

ID335811
Package Nameghc-async
Version2.2.5
Release1.fc41
Epoch
Sourcegit+https://src.fedoraproject.org/rpms/ghc-async.git#e4da7c6e1b4740c0526ebe9fbaae6fee63ece41e
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, 11 Aug 2024 10:57:09 UTC
CompletedSun, 11 Aug 2024 11:20:37 UTC
Taskbuild (f41, /rpms/ghc-async.git:e4da7c6e1b4740c0526ebe9fbaae6fee63ece41e)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/ghc-async.git#e4da7c6e1b4740c0526ebe9fbaae6fee63ece41e'}}
Tags
f41
RPMs
src
ghc-async-2.2.5-1.fc41.src.rpm (info) (download)
noarch
ghc-async-doc-2.2.5-1.fc41.noarch.rpm (info) (download)
riscv64
ghc-async-2.2.5-1.fc41.riscv64.rpm (info) (download)
ghc-async-devel-2.2.5-1.fc41.riscv64.rpm (info) (download)
ghc-async-prof-2.2.5-1.fc41.riscv64.rpm (info) (download)
Logs
riscv64
hw_info.log
state.log
build.log
root.log
mock_output.log
noarch_rpmdiff.json
Changelog * Sat Jul 20 2024 Jens Petersen <petersen@redhat.com> 2.2.5-1 - https://hackage.haskell.org/package/async-2.2.5/changelog * Thu Jul 18 2024 Fedora Release Engineering <releng@fedoraproject.org> 2.2.4-10 - Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild * Mon Jul 15 2024 Jens Petersen <petersen@redhat.com> 2.2.4-9 - refresh to cabal-rpm-2.2.1 * Wed Jan 24 2024 Fedora Release Engineering <releng@fedoraproject.org> 2.2.4-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Fri Jan 19 2024 Fedora Release Engineering <releng@fedoraproject.org> 2.2.4-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * 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