Sun, 25 Jan 2026 21:46:48 CST | login

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

ID36153
Package Nameghc-managed
Version1.0.10
Release2.oc9
Epoch
DraftFalse
Sourcegit+https://gitee.com/opencloudos-stream/ghc-managed.git?.#00549669c3674aa0d00d190e26759512313a732c
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 byepol-bot
State complete
Volume DEFAULT
StartedTue, 02 Sep 2025 09:39:33 CST
CompletedTue, 02 Sep 2025 10:03:48 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-2.oc9.src.rpm (info) (download)
aarch64
ghc-managed-1.0.10-2.oc9.aarch64.rpm (info) (download)
ghc-managed-devel-1.0.10-2.oc9.aarch64.rpm (info) (download)
loongarch64
ghc-managed-1.0.10-2.oc9.loongarch64.rpm (info) (download)
ghc-managed-devel-1.0.10-2.oc9.loongarch64.rpm (info) (download)
noarch
ghc-managed-doc-1.0.10-2.oc9.noarch.rpm (info) (download)
x86_64
ghc-managed-1.0.10-2.oc9.x86_64.rpm (info) (download)
ghc-managed-devel-1.0.10-2.oc9.x86_64.rpm (info) (download)
Logs
x86_64
build.log
dnf.log
root.log
hw_info.log
installed_pkgs.log
dnf.librepo.log
mock_config.log
state.log
dnf.rpm.log
mock_output.log
noarch_rpmdiff.json
aarch64
state.log
mock_output.log
dnf.rpm.log
mock_config.log
dnf.log
dnf.librepo.log
root.log
installed_pkgs.log
build.log
hw_info.log
noarch_rpmdiff.json
loongarch64
hw_info.log
state.log
build.log
root.log
installed_pkgs.log
mock_output.log
noarch_rpmdiff.json
Changelog * 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