Sat, 17 Jan 2026 16:12:02 CST | login

Information for build ghc-monad-par-0.3.5-1.ocs23

ID14671
Package Nameghc-monad-par
Version0.3.5
Release1.ocs23
Epoch
Sourcegit+https://gitee.com/opencloudos-stream/ghc-monad-par.git?.#d92720157169174252f51a961283ebcc3e023f6b
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 bybbrucezhang
State complete
Volume DEFAULT
StartedMon, 12 Aug 2024 10:53:41 CST
CompletedMon, 12 Aug 2024 10:56:52 CST
Taskbuild (dist-ocs23-epol9, /opencloudos-stream/ghc-monad-par.git:.:origin/master)
Extra{'source': {'original_url': 'git+https://gitee.com/opencloudos-stream/ghc-monad-par.git?.#origin/master'}}
Tags
dist-ocs23-epol9
epol9-test-compose
RPMs
src
ghc-monad-par-0.3.5-1.ocs23.src.rpm (info) (download)
aarch64
ghc-monad-par-0.3.5-1.ocs23.aarch64.rpm (info) (download)
ghc-monad-par-devel-0.3.5-1.ocs23.aarch64.rpm (info) (download)
noarch
ghc-monad-par-doc-0.3.5-1.ocs23.noarch.rpm (info) (download)
x86_64
ghc-monad-par-0.3.5-1.ocs23.x86_64.rpm (info) (download)
ghc-monad-par-devel-0.3.5-1.ocs23.x86_64.rpm (info) (download)
Logs
x86_64
installed_pkgs.log
build.log
state.log
hw_info.log
root.log
mock_output.log
noarch_rpmdiff.json
aarch64
root.log
state.log
installed_pkgs.log
hw_info.log
build.log
mock_output.log
noarch_rpmdiff.json
Changelog * Thu Aug 08 2024 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 0.3.5-1 - initial build