Fri, 05 Jul 2024 13:01:43 UTC | login

Information for build ghc-monad-par-0.3.5-20.fc40

ID281637
Package Nameghc-monad-par
Version0.3.5
Release20.fc40
Epoch
Sourcegit+https://src.fedoraproject.org/rpms/ghc-monad-par.git#76d9a3c78dc7cc3aebcf6ee2244199733e9a3fd9
SummaryA library for parallel programming based on a monad
DescriptionThe 'Par' monad offers a simple API for parallel programming. The library works for parallelising both pure and 'IO' computations, although only the pure version is deterministic. The default implementation provides a work-stealing scheduler and supports forking tasks that are much lighter weight than IO-threads. For complete documentation see "Control.Monad.Par". Some examples of use can be found in the 'examples/' directory of the source package. Other related packages: * 'abstract-par' provides the type classes that abstract over different implementations of the 'Par' monad. * 'monad-par-extras' provides extra combinators and monad transformers layered on top of the 'Par' monad. Changes in 0.3.4 relative to 0.3: * Fix bugs that cause "thread blocked indefinitely on MVar" crashes. * Added "Control.Monad.Par.IO".
Built bydavidlt
State complete
Volume DEFAULT
StartedThu, 15 Feb 2024 15:16:09 UTC
CompletedThu, 15 Feb 2024 16:04:10 UTC
Taskbuild (f40, /rpms/ghc-monad-par.git:76d9a3c78dc7cc3aebcf6ee2244199733e9a3fd9)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/ghc-monad-par.git#76d9a3c78dc7cc3aebcf6ee2244199733e9a3fd9'}}
Tags
f40
f41
RPMs
src
ghc-monad-par-0.3.5-20.fc40.src.rpm (info) (download)
noarch
ghc-monad-par-doc-0.3.5-20.fc40.noarch.rpm (info) (download)
riscv64
ghc-monad-par-0.3.5-20.fc40.riscv64.rpm (info) (download)
ghc-monad-par-devel-0.3.5-20.fc40.riscv64.rpm (info) (download)
ghc-monad-par-prof-0.3.5-20.fc40.riscv64.rpm (info) (download)
Logs
riscv64
state.log
hw_info.log
build.log
root.log
mock_output.log
noarch_rpmdiff.json
Changelog * Wed Jan 24 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.5-20 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Fri Jan 19 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.5-19 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Sat Jul 29 2023 Jens Petersen <petersen@redhat.com> - 0.3.5-18 - bump release * Wed Jul 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.5-17 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild * Thu Feb 16 2023 Jens Petersen <petersen@redhat.com> - 0.3.5-11 - refresh to cabal-rpm-2.1.0 with SPDX migration * Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.5-10 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild * Fri Jun 17 2022 Jens Petersen <petersen@redhat.com> - 0.3.5-9 - rebuild