Mon, 01 Jul 2024 08:26:36 UTC | login

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

ID267546
Package Nameghc-monad-par
Version0.3.5
Release18.fc40
Epoch
Sourcegit+https://src.fedoraproject.org/rpms/ghc-monad-par.git#86d5475046aa4bcb5c4bf6889963a566b157dc90
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
StartedSat, 18 Nov 2023 18:01:06 UTC
CompletedSat, 18 Nov 2023 18:18:33 UTC
Taskbuild (f40, /rpms/ghc-monad-par.git:86d5475046aa4bcb5c4bf6889963a566b157dc90)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/ghc-monad-par.git#86d5475046aa4bcb5c4bf6889963a566b157dc90'}}
Tags
f40
RPMs
src
ghc-monad-par-0.3.5-18.fc40.src.rpm (info) (download)
noarch
ghc-monad-par-doc-0.3.5-18.fc40.noarch.rpm (info) (download)
riscv64
ghc-monad-par-0.3.5-18.fc40.riscv64.rpm (info) (download)
ghc-monad-par-devel-0.3.5-18.fc40.riscv64.rpm (info) (download)
ghc-monad-par-prof-0.3.5-18.fc40.riscv64.rpm (info) (download)
Logs
riscv64
hw_info.log
state.log
build.log
root.log
mock_output.log
noarch_rpmdiff.json
Changelog * 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 * Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.5-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild * Fri Aug 06 2021 Jens Petersen <petersen@redhat.com> - 0.3.5-7 - rebuild