Mon, 26 Jan 2026 12:47:47 CST | login

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

ID29182
Package Nameghc-explicit-exception
Version0.2
Release1.oc9
Epoch
DraftFalse
Sourcegit+https://gitee.com/opencloudos-stream/ghc-explicit-exception.git?.#8b92ce80dc20c73a6ef904674c95685e63309acc
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 byfanjunkong
State complete
Volume DEFAULT
StartedFri, 20 Sep 2024 22:44:32 CST
CompletedFri, 20 Sep 2024 22:48:38 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-1.oc9.src.rpm (info) (download)
aarch64
ghc-explicit-exception-0.2-1.oc9.aarch64.rpm (info) (download)
ghc-explicit-exception-devel-0.2-1.oc9.aarch64.rpm (info) (download)
noarch
ghc-explicit-exception-doc-0.2-1.oc9.noarch.rpm (info) (download)
x86_64
ghc-explicit-exception-0.2-1.oc9.x86_64.rpm (info) (download)
ghc-explicit-exception-devel-0.2-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> - 0.2-1 - initial build