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

Last updated: May 15,2024

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

Learn how to install libghc-safe-exceptions-prof on Kali Linux

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

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

Learn how to uninstall libghc-safe-exceptions-prof on Kali Linux:

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

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

Package: libghc-safe-exceptions-prof
Source: haskell-safe-exceptions (0.1.7.4-1)
Version: 0.1.7.4-1+b1
Installed-Size: 326
Maintainer: Debian Haskell Group
Architecture: amd64
Provides: libghc-safe-exceptions-prof-0.1.7.4-47baa
Depends: libghc-base-prof-4.17.2.0-68dfe, libghc-deepseq-prof-1.4.8.0-ddf16, libghc-exceptions-prof-0.10.5-3dbf4, libghc-safe-exceptions-dev (= 0.1.7.4-1+b1), libghc-transformers-prof-0.5.6.2-931c3
Size: 42536
SHA256: 0a8318679ecb692eee5fabaa39f894d7b779c595e17f03fae30416e465075cfd
SHA1: 9fcebd63518bc124532b128b424b54874b25491b
MD5sum: 570bae1e2de8a9030c1fd3ba62da9e75
Description: safe, consistent, and easy exception handling; profiling libraries
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, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Description-md5:
Homepage: https://github.com/fpco/safe-exceptions
Section: haskell
Priority: optional
Filename: pool/main/h/haskell-safe-exceptions/libghc-safe-exceptions-prof_0.1.7.4-1+b1_amd64.deb