Sat, 21 Sep 2024 23:39:11 CST | login

Information for build ghc-async-2.1.1.1-2.el8

ID12748
Package Nameghc-async
Version2.1.1.1
Release2.el8
Epoch
Sourcegit+https://git.cclinux.org/stage/rpms/ghc-async.git#f0ed62b75e054fb04e8828b9e09361c92399b1c2
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 bydistrobuild
State complete
Volume DEFAULT
StartedTue, 27 Jul 2021 18:51:02 CST
CompletedTue, 27 Jul 2021 19:01:28 CST
Taskbuild (dist-circle8, /stage/rpms/ghc-async.git:f0ed62b75e054fb04e8828b9e09361c92399b1c2)
Extra{'source': {'original_url': 'git+https://git.cclinux.org/stage/rpms/ghc-async.git?#f0ed62b75e054fb04e8828b9e09361c92399b1c2'}}
Tags
dist-circle8
dist-circle8-compose
RPMs
src
ghc-async-2.1.1.1-2.el8.src.rpm (info) (download)
aarch64
ghc-async-2.1.1.1-2.el8.aarch64.rpm (info) (download)
ghc-async-devel-2.1.1.1-2.el8.aarch64.rpm (info) (download)
i686
ghc-async-2.1.1.1-2.el8.i686.rpm (info) (download)
ghc-async-devel-2.1.1.1-2.el8.i686.rpm (info) (download)
ppc64le
ghc-async-2.1.1.1-2.el8.ppc64le.rpm (info) (download)
ghc-async-devel-2.1.1.1-2.el8.ppc64le.rpm (info) (download)
x86_64
ghc-async-2.1.1.1-2.el8.x86_64.rpm (info) (download)
ghc-async-devel-2.1.1.1-2.el8.x86_64.rpm (info) (download)
Logs
aarch64
build.log
hw_info.log
installed_pkgs.log
mock_output.log
root.log
state.log
i686
build.log
hw_info.log
installed_pkgs.log
mock_output.log
root.log
state.log
ppc64le
build.log
hw_info.log
installed_pkgs.log
mock_output.log
root.log
state.log
x86_64
build.log
hw_info.log
installed_pkgs.log
mock_output.log
root.log
state.log
Changelog * Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.1.1.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild * Wed Jan 24 2018 Jens Petersen <petersen@redhat.com> - 2.1.1.1-1 - update to 2.1.1.1 * Wed Aug 02 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.1.1-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild * Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.1.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild * Wed Feb 22 2017 Jens Petersen <petersen@redhat.com> - 2.1.1-1 - update to 2.1.1 * Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.1.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild * Thu Jun 23 2016 Jens Petersen <petersen@redhat.com> - 2.1.0-1 - update to 2.1.0 * Tue Jun 07 2016 Jens Petersen <petersen@redhat.com> - 2.0.2-1 - update to 2.0.2 * Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.1.5-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild * Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.0.1.5-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild * Fri Aug 08 2014 Jens Petersen <petersen@redhat.com> - 2.0.1.5-1 - update to 2.0.1.5 * Tue Jul 08 2014 Jens Petersen <petersen@redhat.com> - 2.0.1.4-31 - f21 rebuild * Tue Feb 04 2014 Jens Petersen <petersen@redhat.com> - 2.0.1.4-30 - bump release over current haskell-platform * Thu Nov 28 2013 Jens Petersen <petersen@redhat.com> - 2.0.1.4-27 - separate source package from haskell-platform * Thu Nov 28 2013 Fedora Haskell SIG <haskell@lists.fedoraproject.org> - 2.0.1.4 - spec file generated by cabal-rpm-0.8.7