How to Install and Uninstall ghc-monad-control.x86_64 Package on Fedora 35
Last updated: November 27,2024
1. Install "ghc-monad-control.x86_64" package
Here is a brief guide to show you how to install ghc-monad-control.x86_64 on Fedora 35
$
sudo dnf update
Copied
$
sudo dnf install
ghc-monad-control.x86_64
Copied
2. Uninstall "ghc-monad-control.x86_64" package
Please follow the step by step instructions below to uninstall ghc-monad-control.x86_64 on Fedora 35:
$
sudo dnf remove
ghc-monad-control.x86_64
Copied
$
sudo dnf autoremove
Copied
3. Information about the ghc-monad-control.x86_64 package on Fedora 35
Last metadata expiration check: 5:04:24 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : ghc-monad-control
Version : 1.0.3
Release : 1.fc35
Architecture : x86_64
Size : 23 k
Source : ghc-monad-control-1.0.3-1.fc35.src.rpm
Repository : fedora
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
Release : 1.fc35
Architecture : x86_64
Size : 23 k
Source : ghc-monad-control-1.0.3-1.fc35.src.rpm
Repository : fedora
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'.