Wed, 21 Jan 2026 12:36:29 CST | login

Information for build ghc-safe-exceptions-0.1.7.4-3.oc9

ID45000
Package Nameghc-safe-exceptions
Version0.1.7.4
Release3.oc9
Epoch
DraftFalse
Sourcegit+https://gitee.com/opencloudos-stream/ghc-safe-exceptions.git?.#45d0561159b7d67fd4d87f3bdbdd7fce3189d077
SummarySafe, consistent, and easy exception handling
DescriptionThis package provides additional safety and simplicity versus `Control.Exception` by having its functions recognize the difference between synchronous and asynchronous exceptions. As described below, synchronous exceptions are treated as _recoverable_, allowing you to catch and handle them as well as clean up after them, whereas asynchronous exceptions can only be cleaned up after. In particular, this library prevents you from making the following mistakes: * Catching and swallowing an asynchronous exception * Throwing an asynchronous exception synchronously * Throwing a synchronous exception asynchronously * Swallowing asynchronous exceptions via failing cleanup handlers
Built byepol-bot
State complete
Volume DEFAULT
StartedWed, 15 Oct 2025 15:48:26 CST
CompletedWed, 15 Oct 2025 15:53:07 CST
Taskbuild (dist-oc9-epol, /opencloudos-stream/ghc-safe-exceptions.git:.:origin/master)
Extra{'source': {'original_url': 'git+https://gitee.com/opencloudos-stream/ghc-safe-exceptions.git?.#origin/master'}}
Tags
dist-oc9-epol
dist-oc9-epol-compose
epol9-test-compose
RPMs
src
ghc-safe-exceptions-0.1.7.4-3.oc9.src.rpm (info) (download)
aarch64
ghc-safe-exceptions-0.1.7.4-3.oc9.aarch64.rpm (info) (download)
ghc-safe-exceptions-devel-0.1.7.4-3.oc9.aarch64.rpm (info) (download)
loongarch64
ghc-safe-exceptions-0.1.7.4-3.oc9.loongarch64.rpm (info) (download)
ghc-safe-exceptions-devel-0.1.7.4-3.oc9.loongarch64.rpm (info) (download)
noarch
ghc-safe-exceptions-doc-0.1.7.4-3.oc9.noarch.rpm (info) (download)
x86_64
ghc-safe-exceptions-0.1.7.4-3.oc9.x86_64.rpm (info) (download)
ghc-safe-exceptions-devel-0.1.7.4-3.oc9.x86_64.rpm (info) (download)
Logs
x86_64
hw_info.log
dnf.librepo.log
root.log
build.log
mock_output.log
installed_pkgs.log
dnf.rpm.log
state.log
dnf.log
mock_config.log
noarch_rpmdiff.json
aarch64
dnf.log
state.log
hw_info.log
build.log
installed_pkgs.log
mock_output.log
root.log
mock_config.log
dnf.rpm.log
dnf.librepo.log
noarch_rpmdiff.json
loongarch64
state.log
build.log
root.log
hw_info.log
installed_pkgs.log
mock_output.log
noarch_rpmdiff.json
Changelog * Wed Oct 15 2025 bbrucezhang <bbrucezhang@tencent.com> - 0.1.7.4-3 - [Type] other - [DESC] Update to 0.1.7.4