How to Install and Uninstall libghc-monad-control-dev Package on Ubuntu 21.04 (Hirsute Hippo)

Last updated: May 20,2024

1. Install "libghc-monad-control-dev" package

This tutorial shows how to install libghc-monad-control-dev on Ubuntu 21.04 (Hirsute Hippo)

$ sudo apt update $ sudo apt install libghc-monad-control-dev

2. Uninstall "libghc-monad-control-dev" package

Here is a brief guide to show you how to uninstall libghc-monad-control-dev on Ubuntu 21.04 (Hirsute Hippo):

$ sudo apt remove libghc-monad-control-dev $ sudo apt autoclean && sudo apt autoremove

3. Information about the libghc-monad-control-dev package on Ubuntu 21.04 (Hirsute Hippo)

Package: libghc-monad-control-dev
Architecture: amd64
Version: 1.0.2.3-4build2
Priority: extra
Section: universe/haskell
Source: haskell-monad-control
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Haskell Group
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 442
Provides: libghc-monad-control-dev-1.0.2.3-d0848
Depends: libghc-base-dev-4.13.0.0-2f220, libghc-stm-dev-2.5.0.0-28cfe, libghc-transformers-dev-0.5.6.2-59c2c, libghc-transformers-base-dev-0.4.5.2-ff438, libghc-transformers-compat-dev-0.6.5-54570, libc6 (>= 2.2.5), libgmp10
Suggests: libghc-monad-control-doc, libghc-monad-control-prof
Filename: pool/universe/h/haskell-monad-control/libghc-monad-control-dev_1.0.2.3-4build2_amd64.deb
Size: 36200
MD5sum: 5130a5fffc66e690f125274d4f4b2fdb
SHA1: cac97ad1ac55a3adf8c75b0128e196c4ae9b8b02
SHA256: a1251b26d6f90800356234a108ee667f9dba5131df14b43184b8e985ec36026a
SHA512: abb2192e49b68a2bb1d2e362be7a9aeb3c5f751c6cc1a9d0ecc727b4a18e35f0d05c33d4790d7e0c48d95701d897bf507ad839364e09a7f1ef9d610277a3e4bb
Homepage: https://github.com/basvandijk/monad-control
Description-en: Monad transformers to lift control operations
It defines the type class MonadControlIO, a subset of MonadIO into
which generic control operations such as catch can be lifted from IO.
Instances are based on monad transformers in MonadTransControl, which
includes all standard monad transformers in the transformers library
except ContT. For convenience, it provides a wrapped version of
Control.Exception with types generalized from IO to all monads in
MonadControlIO.
.
Note that this package is a rewrite of Anders Kaseorg's monad-peel
library. The main difference is that this package provides CPS style
operators and exploits the RankNTypes language extension to simplify
most definitions.
.
The package includes a copy of the monad-peel testsuite written by
Anders Kaseorg. The tests can be performed by using cabal test.
.
The following critertion based benchmark shows that monad-control is
on average about 2.5 times faster than monad-peel:
.
http://code.haskell.org/~basvandijk/code/bench-monad-peel-control
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Description-md5: 3191eff5df11bab70630fa673c7ad10d
Ghc-Package: monad-control-1.0.2.3-BaKeLTRQvxQF9pwlw0Dkyr