Mon, 12 Jan 2026 17:34:42 CST | login

Information for build ghc-monad-par-0.3.6-1.oc9

ID44793
Package Nameghc-monad-par
Version0.3.6
Release1.oc9
Epoch
DraftFalse
Sourcegit+https://gitee.com/opencloudos-stream/ghc-monad-par.git?.#a731874ddd1a55357df4e219a1d0385f31391ab1
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, 13 Oct 2025 09:51:03 CST
CompletedMon, 13 Oct 2025 10:00:27 CST
Taskbuild (dist-oc9-epol, /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-oc9-epol
dist-oc9-epol-compose
epol9-test-compose
RPMs
src
ghc-monad-par-0.3.6-1.oc9.src.rpm (info) (download)
aarch64
ghc-monad-par-0.3.6-1.oc9.aarch64.rpm (info) (download)
ghc-monad-par-devel-0.3.6-1.oc9.aarch64.rpm (info) (download)
loongarch64
ghc-monad-par-0.3.6-1.oc9.loongarch64.rpm (info) (download)
ghc-monad-par-devel-0.3.6-1.oc9.loongarch64.rpm (info) (download)
noarch
ghc-monad-par-doc-0.3.6-1.oc9.noarch.rpm (info) (download)
x86_64
ghc-monad-par-0.3.6-1.oc9.x86_64.rpm (info) (download)
ghc-monad-par-devel-0.3.6-1.oc9.x86_64.rpm (info) (download)
Logs
x86_64
hw_info.log
dnf.librepo.log
root.log
build.log
mock_output.log
installed_pkgs.log
dnf.rpm.log
state.log
dnf.log
mock_config.log
noarch_rpmdiff.json
aarch64
dnf.log
state.log
hw_info.log
build.log
installed_pkgs.log
mock_output.log
root.log
mock_config.log
dnf.rpm.log
dnf.librepo.log
noarch_rpmdiff.json
loongarch64
state.log
build.log
root.log
hw_info.log
installed_pkgs.log
mock_output.log
noarch_rpmdiff.json
Changelog * Sun Oct 12 2025 zeyouliu <zeyouliu@tencent.com> - 0.3.6-1 - [Type] other - [DESC] update to Version 0.3.6 * Fri Jun 06 2025 bbrucezhang <bbrucezhang@tencent.com> - 0.3.5-2 - Rebuilt for loongarch64 * Thu Aug 08 2024 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 0.3.5-1 - initial build