Thu, 22 Jan 2026 16:43:25 CST | login

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

ID14486
Package Nameghc-explicit-exception
Version0.2
Release1.ocs23
Epoch
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 bybbrucezhang
State complete
Volume DEFAULT
StartedFri, 09 Aug 2024 10:27:52 CST
CompletedFri, 09 Aug 2024 10:30:20 CST
Taskbuild (dist-ocs23-epol9, /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-ocs23
dist-ocs23-epol9
epol9-test-compose
RPMs
src
ghc-explicit-exception-0.2-1.ocs23.src.rpm (info) (download)
aarch64
ghc-explicit-exception-0.2-1.ocs23.aarch64.rpm (info) (download)
ghc-explicit-exception-devel-0.2-1.ocs23.aarch64.rpm (info) (download)
noarch
ghc-explicit-exception-doc-0.2-1.ocs23.noarch.rpm (info) (download)
x86_64
ghc-explicit-exception-0.2-1.ocs23.x86_64.rpm (info) (download)
ghc-explicit-exception-devel-0.2-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> - 0.2-1 - initial build