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

Last updated: May 17,2024

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

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

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

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

This is a short guide on how to uninstall libghc-safe-exceptions-dev on Kali Linux:

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

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

Package: libghc-safe-exceptions-dev
Source: haskell-safe-exceptions (0.1.7.4-1)
Version: 0.1.7.4-1+b1
Installed-Size: 335
Maintainer: Debian Haskell Group
Architecture: amd64
Provides: libghc-safe-exceptions-dev-0.1.7.4-47baa
Depends: libghc-base-dev-4.17.2.0-68dfe, libghc-deepseq-dev-1.4.8.0-ddf16, libghc-exceptions-dev-0.10.5-3dbf4, libghc-transformers-dev-0.5.6.2-931c3, libc6 (>= 2.2.5), libgmp10 (>= 2:6.3.0+dfsg)
Size: 43912
SHA256: 675b897e2b7739e87b7f22e1ecd64beb931f98f80e5908375664e5418ae6d0d0
SHA1: 414b324bfad6b223e88f303a653e9009d9e6cd05
MD5sum: 8e170e6e8784865826fec26949838f3e
Description: 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.
Description-md5:
Homepage: https://github.com/fpco/safe-exceptions
Ghc-Package: safe-exceptions-0.1.7.4-8fGJrXaBDDNB3qOBPuZLAq
Section: haskell
Priority: optional
Filename: pool/main/h/haskell-safe-exceptions/libghc-safe-exceptions-dev_0.1.7.4-1+b1_amd64.deb