Mon, 26 Jan 2026 15:25:10 CST | login

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

ID35973
Package Nameghc-explicit-exception
Version0.2
Release2.oc9
Epoch
DraftFalse
Sourcegit+https://gitee.com/opencloudos-stream/ghc-explicit-exception.git?.#c928073756cfb4ecf2664570b8ad1fcc5a575a23
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 failed
Volume DEFAULT
StartedFri, 05 Sep 2025 10:31:21 CST
CompletedFri, 05 Sep 2025 10:33: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 No tags
RPMs No RPMs
Changelog * 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