Sat, 24 Jan 2026 17:17:24 CST | login

Information for build ghc-managed-1.0.10-3.oc9

ID44447
Package Nameghc-managed
Version1.0.10
Release3.oc9
Epoch
DraftFalse
Sourcegit+https://gitee.com/opencloudos-stream/ghc-managed.git?.#8810f9a18a65846748ee16f31993463cf6e7c8d7
SummaryA monad for managed values
DescriptionIn Haskell you very often acquire values using the 'with...' idiom using functions of type '(a -> IO r) -> IO r'. This idiom forms a 'Monad', which is a special case of the 'ContT' monad (from 'transformers') or the 'Codensity' monad (from 'kan-extensions'). The main purpose behind this package is to provide a restricted form of these monads specialized to this unusually common case. The reason this package defines a specialized version of these types is to: * be more beginner-friendly, * simplify inferred types and error messages, and: * provide some additional type class instances that would otherwise be orphan instances.
Built byzeyouliu
State complete
Volume DEFAULT
StartedSun, 21 Sep 2025 23:13:36 CST
CompletedSun, 21 Sep 2025 23:18:35 CST
Taskbuild (dist-oc9-epol, /opencloudos-stream/ghc-managed.git:.:origin/master)
Extra{'source': {'original_url': 'git+https://gitee.com/opencloudos-stream/ghc-managed.git?.#origin/master'}}
Tags
dist-oc9-epol
dist-oc9-epol-compose
epol9-test-compose
RPMs
src
ghc-managed-1.0.10-3.oc9.src.rpm (info) (download)
aarch64
ghc-managed-1.0.10-3.oc9.aarch64.rpm (info) (download)
ghc-managed-devel-1.0.10-3.oc9.aarch64.rpm (info) (download)
loongarch64
ghc-managed-1.0.10-3.oc9.loongarch64.rpm (info) (download)
ghc-managed-devel-1.0.10-3.oc9.loongarch64.rpm (info) (download)
noarch
ghc-managed-doc-1.0.10-3.oc9.noarch.rpm (info) (download)
x86_64
ghc-managed-1.0.10-3.oc9.x86_64.rpm (info) (download)
ghc-managed-devel-1.0.10-3.oc9.x86_64.rpm (info) (download)
Logs
x86_64
installed_pkgs.log
hw_info.log
mock_output.log
dnf.librepo.log
state.log
root.log
mock_config.log
build.log
dnf.log
dnf.rpm.log
noarch_rpmdiff.json
aarch64
dnf.log
root.log
state.log
dnf.rpm.log
build.log
mock_config.log
installed_pkgs.log
dnf.librepo.log
mock_output.log
hw_info.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 Sep 21 2025 ocs-bot <ocs-bot@opencloudos.tech> - 1.0.10-3 - [Type] other - [DESC] Rebuild for ghc 9.8.4 * Fri Jun 06 2025 bbrucezhang <bbrucezhang@tencent.com> - 1.0.10-2 - Rebuilt for loongarch64 * Thu Aug 08 2024 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 1.0.10-1 - initial build