How to Install and Uninstall libghc-safe-exceptions-doc Package on Kali Linux

Last updated: May 18,2024

1. Install "libghc-safe-exceptions-doc" package

Please follow the steps below to install libghc-safe-exceptions-doc on Kali Linux

$ sudo apt update $ sudo apt install libghc-safe-exceptions-doc

2. Uninstall "libghc-safe-exceptions-doc" package

In this section, we are going to explain the necessary steps to uninstall libghc-safe-exceptions-doc on Kali Linux:

$ sudo apt remove libghc-safe-exceptions-doc $ sudo apt autoclean && sudo apt autoremove

3. Information about the libghc-safe-exceptions-doc package on Kali Linux

Package: libghc-safe-exceptions-doc
Source: haskell-safe-exceptions
Version: 0.1.7.4-1
Installed-Size: 670
Maintainer: Debian Haskell Group
Architecture: all
Depends: haddock-interface-41
Recommends: ghc-doc, libghc-safe-exceptions-dev, libjs-mathjax
Suggests: libghc-safe-exceptions-prof
Size: 67576
SHA256: fae1fae0eff771986e058145108655d1ac0fc66c8fa7f9ca09d0d5207232815b
SHA1: 8272298dde0b2b1d021be290a0bdc5d63151fce0
MD5sum: 025f112c6113d9f3a2dc681027f26a80
Description: safe, consistent, and easy exception handling; documentation
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 the documentation for a library for the Haskell
programming language.
See http://www.haskell.org/ for more information on Haskell.
Description-md5:
Homepage: https://github.com/fpco/safe-exceptions
Section: doc
Priority: optional
Filename: pool/main/h/haskell-safe-exceptions/libghc-safe-exceptions-doc_0.1.7.4-1_all.deb