Mon, 26 Jan 2026 05:39:26 CST | login

Information for build ghc-explicit-exception-0.2-3.oc9

ID44162
Package Nameghc-explicit-exception
Version0.2
Release3.oc9
Epoch
DraftFalse
Sourcegit+https://gitee.com/opencloudos-stream/ghc-explicit-exception.git?.#f11795a56065cb734ac216944b796486e666165c
SummaryExceptions which are explicit in the type signature
DescriptionSynchronous and Asynchronous exceptions which are explicit in the type signature. The first ones are very similar to 'Either' and 'Control.Monad.Error.ErrorT'. The second ones are used for 'System.IO.readFile' and 'System.IO.hGetContents'. This package is a proposal for improved exception handling in Haskell. It strictly separates between handling of exceptional situations (file not found, invalid user input, see <http://wiki.haskell.org/Exception>) and (programming) errors (division by zero, index out of range, see <http://wiki.haskell.org/Error>). Handling of the first one is called "exception handling", whereas handling of errors is better known as "debugging".
Built byepol-bot
State complete
Volume DEFAULT
StartedTue, 09 Sep 2025 10:37:30 CST
CompletedTue, 09 Sep 2025 10:42:56 CST
Taskbuild (dist-oc9-epol, /opencloudos-stream/ghc-explicit-exception.git:.:origin/master)
Extra{'source': {'original_url': 'git+https://gitee.com/opencloudos-stream/ghc-explicit-exception.git?.#origin/master'}}
Tags
dist-oc9-epol
dist-oc9-epol-compose
epol9-test-compose
RPMs
src
ghc-explicit-exception-0.2-3.oc9.src.rpm (info) (download)
aarch64
ghc-explicit-exception-0.2-3.oc9.aarch64.rpm (info) (download)
ghc-explicit-exception-devel-0.2-3.oc9.aarch64.rpm (info) (download)
loongarch64
ghc-explicit-exception-0.2-3.oc9.loongarch64.rpm (info) (download)
ghc-explicit-exception-devel-0.2-3.oc9.loongarch64.rpm (info) (download)
noarch
ghc-explicit-exception-doc-0.2-3.oc9.noarch.rpm (info) (download)
x86_64
ghc-explicit-exception-0.2-3.oc9.x86_64.rpm (info) (download)
ghc-explicit-exception-devel-0.2-3.oc9.x86_64.rpm (info) (download)
Logs
x86_64
root.log
build.log
dnf.rpm.log
installed_pkgs.log
hw_info.log
mock_output.log
state.log
dnf.log
mock_config.log
dnf.librepo.log
noarch_rpmdiff.json
aarch64
mock_config.log
installed_pkgs.log
dnf.librepo.log
mock_output.log
state.log
root.log
build.log
dnf.rpm.log
hw_info.log
dnf.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 07 2025 zeyouliu <zeyouliu@tencent.com> - 0.2-3 - [Type] other - [DESC] Rebuild for ghc 9.8.4 * Thu Jun 05 2025 bbrucezhang <bbrucezhang@tencent.com> - 0.2-2 - Rebuilt for loongarch64 * Thu Aug 08 2024 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 0.2-1 - initial build