How to Install and Uninstall libghc-exceptions-dev Package on Ubuntu 20.10 (Groovy Gorilla)

Last updated: May 18,2024

1. Install "libghc-exceptions-dev" package

Please follow the step by step instructions below to install libghc-exceptions-dev on Ubuntu 20.10 (Groovy Gorilla)

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

2. Uninstall "libghc-exceptions-dev" package

This is a short guide on how to uninstall libghc-exceptions-dev on Ubuntu 20.10 (Groovy Gorilla):

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

3. Information about the libghc-exceptions-dev package on Ubuntu 20.10 (Groovy Gorilla)

Package: libghc-exceptions-dev
Architecture: amd64
Version: 0.10.4-1build1
Priority: extra
Section: universe/haskell
Source: haskell-exceptions
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Haskell Group
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 1197
Provides: libghc-exceptions-dev-0.10.4-f35a5
Depends: libghc-base-dev-4.13.0.0-c9705, libghc-mtl-dev-2.2.2-13482, libghc-stm-dev-2.5.0.0-0538a, libghc-template-haskell-dev-2.15.0.0-6d2a0, libghc-transformers-dev-0.5.6.2-e88a5, libc6 (>= 2.2.5), libgmp10
Suggests: libghc-exceptions-doc, libghc-exceptions-prof
Filename: pool/universe/h/haskell-exceptions/libghc-exceptions-dev_0.10.4-1build1_amd64.deb
Size: 96380
MD5sum: 8ca20d146252433385a57a52ebf74e48
SHA1: fa202b428b166c6faf27f45fe1c4a3471c3869e5
SHA256: fa2b6e972cd7ff8f924e3155138cca6f4be264b0c5b06f65327b65996a00e04a
SHA512: 44036b6a975272c6ece913d45805386af8cedab2dbce78294206cbb52c64faba525c4f58dc62f8675fa83c27650160886cf9a1faf8dc24009cc439f0e79453f3
Homepage: http://github.com/ekmett/exceptions/
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
Ghc-Package: exceptions-0.10.4-F22vvccv9gk9tVSi3mJ5AG