Tue, 10 Mar 2026 09:02:39 CST | login

Information for build ghc-monad-par-0.3.5-2.oc9

ID36166
Package Nameghc-monad-par
Version0.3.5
Release2.oc9
Epoch
DraftFalse
Sourcegit+https://gitee.com/opencloudos-stream/ghc-monad-par.git?.#4b4f2fdb42cc6aee2ae4471314d61e719e2610c1
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 failed
Volume DEFAULT
StartedSun, 12 Oct 2025 23:07:40 CST
CompletedSun, 12 Oct 2025 23:12:40 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 No tags
RPMs No RPMs
Changelog * 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