INFO
Name: ghc-safe-exceptions
Version: 0.1.7.4-1.el10_0
Arch: aarch64
Summary: Safe, consistent, and easy exception handling
License: MIT
Vendor: Fedora Project
Build Host: buildvm-a64-11.iad2.fedoraproject.org
Build Date: Fri May 2 16:20:27 2025
Size: 141802
URL: https://hackage.haskell.org/package/safe-exceptions
Description: 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
FILES
/usr/lib/.build-id
/usr/lib/.build-id/3a
/usr/lib/.build-id/3a/46f6cabe1284448dc1331d060dc27500e91a0c
/usr/lib64/ghc-9.6.6/lib/libHSsafe-exceptions-0.1.7.4-G1fs5SY5i1W7EEbU0Su8pW-ghc9.6.6.so
/usr/share/licenses/ghc-safe-exceptions
/usr/share/licenses/ghc-safe-exceptions/LICENSE
REQUIRES
libHSarray-0.5.6.0-ghc9.6.6.so()(64bit)
libHSbase-4.18.2.1-ghc9.6.6.so()(64bit)
libHSdeepseq-1.4.8.1-ghc9.6.6.so()(64bit)
libHSexceptions-0.10.7-ghc9.6.6.so()(64bit)
libHSghc-bignum-1.3-ghc9.6.6.so()(64bit)
libHSghc-boot-th-9.6.6-ghc9.6.6.so()(64bit)
libHSghc-prim-0.10.0-ghc9.6.6.so()(64bit)
libHSmtl-2.3.1-ghc9.6.6.so()(64bit)
libHSpretty-1.1.3.6-ghc9.6.6.so()(64bit)
libHSstm-2.5.1.0-ghc9.6.6.so()(64bit)
libHStemplate-haskell-2.20.0.0-ghc9.6.6.so()(64bit)
libHStransformers-0.6.1.0-ghc9.6.6.so()(64bit)
libc.so.6()(64bit)
libc.so.6(GLIBC_2.17)(64bit)
libc.so.6(GLIBC_ABI_DT_RELR)(64bit)
libgmp.so.10()(64bit)
libm.so.6()(64bit)
rpmlib(CompressedFileNames) 3.0.4-1
rpmlib(FileDigests) 4.6.0-1
rpmlib(PayloadFilesHavePrefix) 4.0-1
rpmlib(PayloadIsZstd) 5.4.18-1
rtld(GNU_HASH)
PROVIDES
ghc-safe-exceptions 0.1.7.4-1.el10_0
ghc-safe-exceptions(aarch-64) 0.1.7.4-1.el10_0
libHSsafe-exceptions-0.1.7.4-G1fs5SY5i1W7EEbU0Su8pW-ghc9.6.6.so()(64bit)
CONFIG FILES
/usr/lib/.build-id a
/usr/lib/.build-id/3a a
/usr/lib/.build-id/3a/46f6cabe1284448dc1331d060dc27500e91a0c a
/usr/lib64/ghc-9.6.6/lib/libHSsafe-exceptions-0.1.7.4-G1fs5SY5i1W7EEbU0Su8pW-ghc9.6.6.so
/usr/share/licenses/ghc-safe-exceptions
/usr/share/licenses/ghc-safe-exceptions/LICENSE l
LICENSE FILES
MIT
|