Sun, 25 Jan 2026 22:57:29 CST | login

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

ID29239
Package Nameghc-managed
Version1.0.10
Release1.oc9
Epoch
DraftFalse
Sourcegit+https://gitee.com/opencloudos-stream/ghc-managed.git?.#93bcca0327ff82b8bd7bdd440cc5537dc07c9836
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 byfanjunkong
State complete
Volume DEFAULT
StartedFri, 20 Sep 2024 23:00:31 CST
CompletedFri, 20 Sep 2024 23:04:47 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-1.oc9.src.rpm (info) (download)
aarch64
ghc-managed-1.0.10-1.oc9.aarch64.rpm (info) (download)
ghc-managed-devel-1.0.10-1.oc9.aarch64.rpm (info) (download)
noarch
ghc-managed-doc-1.0.10-1.oc9.noarch.rpm (info) (download)
x86_64
ghc-managed-1.0.10-1.oc9.x86_64.rpm (info) (download)
ghc-managed-devel-1.0.10-1.oc9.x86_64.rpm (info) (download)
Logs
x86_64
root.log
build.log
installed_pkgs.log
state.log
hw_info.log
mock_output.log
noarch_rpmdiff.json
aarch64
state.log
installed_pkgs.log
build.log
root.log
hw_info.log
mock_output.log
noarch_rpmdiff.json
Changelog * Thu Aug 08 2024 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 1.0.10-1 - initial build