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

Last updated: May 18,2024

1. Install "libghc-exceptions-prof" package

This guide let you learn how to install libghc-exceptions-prof on Ubuntu 16.04 LTS (Xenial Xerus)

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

2. Uninstall "libghc-exceptions-prof" package

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

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

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

Package: libghc-exceptions-prof
Priority: extra
Section: universe/haskell
Installed-Size: 597
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Haskell Group
Architecture: amd64
Source: haskell-exceptions
Version: 0.8.0.2-3build1
Provides: libghc-exceptions-prof-0.8.0.2-36aed
Depends: libghc-exceptions-dev (= 0.8.0.2-3build1), libghc-base-prof-4.8.2.0-0d6d1, libghc-mtl-prof-2.2.1-3af90, libghc-stm-prof-2.4.4.1-7050c, libghc-transformers-prof-0.4.2.0-81450, libghc-transformers-compat-prof-0.4.0.4-8aa40
Filename: pool/universe/h/haskell-exceptions/libghc-exceptions-prof_0.8.0.2-3build1_amd64.deb
Size: 57150
MD5sum: 39d0df80104bcac58b2925383448ad39
SHA1: ac695ef4c320e2e53ca52d92a3aad2d139d989fe
SHA256: 65772f797b5844a16dead7001509e72e5756480137890c978dec518dca4503ca
Description-en: extensible optionally-pure exceptions; profiling libraries
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, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Description-md5: 83d5d98ab02dd78d1958e7b0d5217115
Homepage: http://github.com/ekmett/exceptions/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu