Sat, 29 Jun 2024 14:55:20 UTC | login

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

ID185429
Package Nameghc-async
Version2.2.2
Release4.fc33
Epoch
Sourcegit+https://src.fedoraproject.org/rpms/ghc-async.git#038a1d6fc5108e395eb276d5a610afc2ab60bf20
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, 16 Aug 2020 01:50:41 UTC
CompletedSun, 16 Aug 2020 02:54:02 UTC
Taskbuild (f33, /rpms/ghc-async.git:038a1d6fc5108e395eb276d5a610afc2ab60bf20)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/ghc-async.git#038a1d6fc5108e395eb276d5a610afc2ab60bf20'}}
Tags
f33
f37
f38
RPMs
src
ghc-async-2.2.2-4.fc33.src.rpm (info) (download)
noarch
ghc-async-doc-2.2.2-4.fc33.noarch.rpm (info) (download)
riscv64
ghc-async-2.2.2-4.fc33.riscv64.rpm (info) (download)
ghc-async-devel-2.2.2-4.fc33.riscv64.rpm (info) (download)
ghc-async-prof-2.2.2-4.fc33.riscv64.rpm (info) (download)
Logs
riscv64
build.log
hw_info.log
mock_output.log
noarch_rpmdiff.json
root.log
state.log
Changelog * Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.2.2-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild * Fri Jul 17 2020 Jens Petersen <petersen@redhat.com> - 2.2.2-3 - refresh to cabal-rpm-2.0.6 * 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