How to Install and Uninstall ghc-monad-control Package on openSUSE Leap

Last updated: July 01,2024

1. Install "ghc-monad-control" package

This guide let you learn how to install ghc-monad-control on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install ghc-monad-control

2. Uninstall "ghc-monad-control" package

This guide covers the steps necessary to uninstall ghc-monad-control on openSUSE Leap:

$ sudo zypper remove ghc-monad-control

3. Information about the ghc-monad-control package on openSUSE Leap

Information for package ghc-monad-control:
------------------------------------------
Repository : Main Repository
Name : ghc-monad-control
Version : 1.0.3.1-bp155.2.17
Arch : x86_64
Vendor : openSUSE
Installed Size : 85.5 KiB
Installed : No
Status : not installed
Source package : ghc-monad-control-1.0.3.1-bp155.2.17.src
Upstream URL : https://hackage.haskell.org/package/monad-control
Summary : Lift control operations, like exception catching, through monad transformers
Description :
This package defines the type class 'MonadBaseControl', a subset of 'MonadBase'
into which generic control operations such as 'catch' can be lifted from 'IO'
or any other base monad. Instances are based on monad transformers in
'MonadTransControl', which includes all standard monad transformers in the
'transformers' library except 'ContT'.
See the package
which uses 'monad-control' to lift 'IO' operations from the 'base' library
(like 'catch' or 'bracket') into any monad that is an instance of 'MonadBase'
or 'MonadBaseControl'.
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' and 'TypeFamilies' language extensions to simplify
and speedup most definitions.

5. The same packages on other Linux Distributions