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

Last updated: May 08,2024

1. Install "libghc-exceptions-doc" package

This guide covers the steps necessary to install libghc-exceptions-doc on Ubuntu 16.04 LTS (Xenial Xerus)

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

2. Uninstall "libghc-exceptions-doc" package

This guide covers the steps necessary to uninstall libghc-exceptions-doc on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: libghc-exceptions-doc
Priority: extra
Section: universe/doc
Installed-Size: 363
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Haskell Group
Architecture: all
Source: haskell-exceptions
Version: 0.8.0.2-3build1
Depends: haddock-interface-27
Recommends: ghc-doc, libghc-mtl-doc
Filename: pool/universe/h/haskell-exceptions/libghc-exceptions-doc_0.8.0.2-3build1_all.deb
Size: 36062
MD5sum: 26f54f034e201d6dfc21a351efad9f3a
SHA1: 291c8cd19d7da13bd3c28777341ca50070d3b7de
SHA256: c6ec0fd14e363377344e1d5475ca4bf859de747666e4db82583645f8ddbbd597
Description-en: extensible optionally-pure exceptions; documentation
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 the documentation for a library for the Haskell
programming language.
See http://www.haskell.org/ for more information on Haskell.
Description-md5: 7a03fb3ca0a4d3c2b4d204853d8e2067
Homepage: http://github.com/ekmett/exceptions/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu