How to Install and Uninstall libghc-exceptions-dev Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: October 06,2024

1. Install "libghc-exceptions-dev" package

Learn how to install libghc-exceptions-dev on Ubuntu 16.04 LTS (Xenial Xerus)

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

2. Uninstall "libghc-exceptions-dev" package

Please follow the instructions below to uninstall libghc-exceptions-dev on Ubuntu 16.04 LTS (Xenial Xerus):

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

3. Information about the libghc-exceptions-dev package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: libghc-exceptions-dev
Priority: extra
Section: universe/haskell
Installed-Size: 734
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Haskell Group
Architecture: amd64
Source: haskell-exceptions
Version: 0.8.0.2-3build1
Provides: libghc-exceptions-dev-0.8.0.2-36aed
Depends: libghc-base-dev-4.8.2.0-0d6d1, libghc-mtl-dev-2.2.1-3af90, libghc-stm-dev-2.4.4.1-7050c, libghc-transformers-dev-0.4.2.0-81450, libghc-transformers-compat-dev-0.4.0.4-8aa40, libc6 (>= 2.2.5)
Suggests: libghc-exceptions-doc, libghc-exceptions-prof
Filename: pool/universe/h/haskell-exceptions/libghc-exceptions-dev_0.8.0.2-3build1_amd64.deb
Size: 62816
MD5sum: 24d1a3912f99820297e883dd30e6c656
SHA1: 5cd6296925e4a9325f5c6c9531e5cc53484117b4
SHA256: 7af5583c6fb0be5d5df98a891f1b918b696d2aadcca82b1b1f9ceee20b7ea593
Description-en: extensible optionally-pure exceptions
This library supports monads that can throw extensible exceptions.
The exceptions are the very same from Control.Exception, and the
operations offered very similar, but here they are not limited to
IO.
.
This code is in the style of both transformers and mtl, and is
compatible with them, though doesn't mimic the module structure or
offer the complete range of features in those packages.
.
This is very similar to ErrorT and MonadError, but based on features
of Control.Exception. In particular, it handles the complex case of
asynchronous exceptions by including mask in the typeclass. Note that
the extensible extensions feature relies the RankNTypes language
extension.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Description-md5: 488db85600fcf6bde0ccebea7d70d711
Homepage: http://github.com/ekmett/exceptions/
Ghc-Package: exceptions-0.8.0.2-36aed52be619b9728d2571e1d453a5a5
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu