How to Install and Uninstall ghc-monad-control Package on openSuSE Tumbleweed
Last updated: November 23,2024
1. Install "ghc-monad-control" package
Please follow the steps below to install ghc-monad-control on openSuSE Tumbleweed
$
sudo zypper refresh
Copied
$
sudo zypper install
ghc-monad-control
Copied
2. Uninstall "ghc-monad-control" package
This tutorial shows how to uninstall ghc-monad-control on openSuSE Tumbleweed:
$
sudo zypper remove
ghc-monad-control
Copied
3. Information about the ghc-monad-control package on openSuSE Tumbleweed
Information for package ghc-monad-control:
------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : ghc-monad-control
Version : 1.0.3.1-2.6
Arch : x86_64
Vendor : openSUSE
Installed Size : 80.9 KiB
Installed : No
Status : not installed
Source package : ghc-monad-control-1.0.3.1-2.6.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.
------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : ghc-monad-control
Version : 1.0.3.1-2.6
Arch : x86_64
Vendor : openSUSE
Installed Size : 80.9 KiB
Installed : No
Status : not installed
Source package : ghc-monad-control-1.0.3.1-2.6.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
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.