软件包:libghc-safe-exceptions-dev(0.1.7.0-6 以及其他的)
libghc-safe-exceptions-dev 的相关链接
Debian 的资源:
下载源码包 haskell-safe-exceptions:
- [haskell-safe-exceptions_0.1.7.0-6.dsc]
- [haskell-safe-exceptions_0.1.7.0.orig.tar.gz]
- [haskell-safe-exceptions_0.1.7.0-6.debian.tar.xz]
维护小组:
外部的资源:
- 主页 [github.com]
相似软件包:
safe, consistent, and easy exception handling
This 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
This package provides a library for the Haskell programming language. See http://www.haskell.org/ for more information on Haskell.
其他与 libghc-safe-exceptions-dev 有关的软件包
|
|
|
|
-
- dep: libc6 (>= 2.4)
- GNU C 语言运行库:共享库
同时作为一个虚包由这些包填实: libc6-udeb
-
- dep: libghc-base-dev-4.13.0.0-5b8ba
- 本虚包由这些包填实: ghc
-
- dep: libghc-deepseq-dev-1.4.4.0-5e065
- 本虚包由这些包填实: ghc
-
- dep: libghc-exceptions-dev-0.10.4-daa45
- 本虚包由这些包填实: libghc-exceptions-dev
-
- dep: libghc-transformers-dev-0.5.6.2-38196
- 本虚包由这些包填实: ghc
-
- dep: libgmp10
- 多精度运算库
-
- sug: libghc-safe-exceptions-doc
- safe, consistent, and easy exception handling; documentation
-
- sug: libghc-safe-exceptions-prof
- safe, consistent, and easy exception handling; profiling libraries