How to Install and Uninstall ghc-monad-control.x86_64 Package on Fedora 38
Last updated: November 27,2024
1. Install "ghc-monad-control.x86_64" package
This guide covers the steps necessary to install ghc-monad-control.x86_64 on Fedora 38
$
sudo dnf update
Copied
$
sudo dnf install
ghc-monad-control.x86_64
Copied
2. Uninstall "ghc-monad-control.x86_64" package
This is a short guide on how to uninstall ghc-monad-control.x86_64 on Fedora 38:
$
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 38
Last metadata expiration check: 5:12:33 ago on Sat Mar 16 22:59:57 2024.
Available Packages
Name : ghc-monad-control
Version : 1.0.3.1
Release : 4.fc38
Architecture : x86_64
Size : 23 k
Source : ghc-monad-control-1.0.3.1-4.fc38.src.rpm
Repository : fedora
Summary : Lift control operations through monad transformers
URL : https://hackage.haskell.org/package/monad-control
License : BSD-3-Clause
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 : 4.fc38
Architecture : x86_64
Size : 23 k
Source : ghc-monad-control-1.0.3.1-4.fc38.src.rpm
Repository : fedora
Summary : Lift control operations through monad transformers
URL : https://hackage.haskell.org/package/monad-control
License : BSD-3-Clause
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'.