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

Last updated: May 18,2024

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

Please follow the guidelines below to install libghc-monad-control-dev on Ubuntu 20.10 (Groovy Gorilla)

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

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

Please follow the instructions below to uninstall libghc-monad-control-dev on Ubuntu 20.10 (Groovy Gorilla):

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

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

Package: libghc-monad-control-dev
Architecture: amd64
Version: 1.0.2.3-4build1
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: 441
Provides: libghc-monad-control-dev-1.0.2.3-19eb9
Depends: libghc-base-dev-4.13.0.0-c9705, libghc-stm-dev-2.5.0.0-0538a, libghc-transformers-dev-0.5.6.2-e88a5, libghc-transformers-base-dev-0.4.5.2-64a24, libghc-transformers-compat-dev-0.6.5-b8113, 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-4build1_amd64.deb
Size: 36184
MD5sum: c46351a6ece0ff74989ff36defa2a428
SHA1: f3bad1290955f139332a03ffce6d4437349ea029
SHA256: c95c7dec5512734cc801602ccaea3b3df3267b62e8eaa4678e14e83d9bfa4c18
SHA512: 385586bd3518e4998f88660194365a617a6c8cca21beca2de89aa854515225c42be35de3d8e69e243e2b599a061a9187a5475b45cb5f9878d17bd38542b591ab
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