Thu, 22 Jan 2026 15:04:17 CST | login

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

ID14518
Package Nameghc-managed
Version1.0.10
Release1.ocs23
Epoch
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 bybbrucezhang
State complete
Volume DEFAULT
StartedFri, 09 Aug 2024 10:45:02 CST
CompletedFri, 09 Aug 2024 10:47:18 CST
Taskbuild (dist-ocs23-epol9, /opencloudos-stream/ghc-managed.git:.:origin/master)
Extra{'source': {'original_url': 'git+https://gitee.com/opencloudos-stream/ghc-managed.git?.#origin/master'}}
Tags
dist-ocs23
dist-ocs23-epol9
epol9-test-compose
RPMs
src
ghc-managed-1.0.10-1.ocs23.src.rpm (info) (download)
aarch64
ghc-managed-1.0.10-1.ocs23.aarch64.rpm (info) (download)
ghc-managed-devel-1.0.10-1.ocs23.aarch64.rpm (info) (download)
noarch
ghc-managed-doc-1.0.10-1.ocs23.noarch.rpm (info) (download)
x86_64
ghc-managed-1.0.10-1.ocs23.x86_64.rpm (info) (download)
ghc-managed-devel-1.0.10-1.ocs23.x86_64.rpm (info) (download)
Logs
x86_64
installed_pkgs.log
build.log
state.log
hw_info.log
root.log
mock_output.log
noarch_rpmdiff.json
aarch64
root.log
state.log
installed_pkgs.log
hw_info.log
build.log
mock_output.log
noarch_rpmdiff.json
Changelog * Thu Aug 08 2024 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 1.0.10-1 - initial build