How to Install and Uninstall ghc-monad-control.x86_64 Package on Rocky Linux 9
Last updated: November 25,2024
1. Install "ghc-monad-control.x86_64" package
This tutorial shows how to install ghc-monad-control.x86_64 on Rocky Linux 9
$
sudo dnf update
Copied
$
sudo dnf install
ghc-monad-control.x86_64
Copied
2. Uninstall "ghc-monad-control.x86_64" package
Learn how to uninstall ghc-monad-control.x86_64 on Rocky Linux 9:
$
sudo dnf remove
ghc-monad-control.x86_64
Copied
$
sudo dnf autoremove
Copied
3. Information about the ghc-monad-control.x86_64 package on Rocky Linux 9
Last metadata expiration check: 1:24:23 ago on Fri Feb 16 06:49:52 2024.
Available Packages
Name : ghc-monad-control
Version : 1.0.3.1
Release : 1.el9
Architecture : x86_64
Size : 23 k
Source : ghc-monad-control-1.0.3.1-1.el9.src.rpm
Repository : epel
Summary : Lift control operations through monad transformers
URL : https://hackage.haskell.org/package/monad-control
License : BSD
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'.
Available Packages
Name : ghc-monad-control
Version : 1.0.3.1
Release : 1.el9
Architecture : x86_64
Size : 23 k
Source : ghc-monad-control-1.0.3.1-1.el9.src.rpm
Repository : epel
Summary : Lift control operations through monad transformers
URL : https://hackage.haskell.org/package/monad-control
License : BSD
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'.