How to Install and Uninstall ghc-monad-control.x86_64 Package on Oracle Linux 9

Last updated: April 27,2024

1. Install "ghc-monad-control.x86_64" package

Please follow the instructions below to install ghc-monad-control.x86_64 on Oracle Linux 9

$ sudo dnf update $ sudo dnf install ghc-monad-control.x86_64

2. Uninstall "ghc-monad-control.x86_64" package

Please follow the step by step instructions below to uninstall ghc-monad-control.x86_64 on Oracle Linux 9:

$ sudo dnf remove ghc-monad-control.x86_64 $ sudo dnf autoremove

3. Information about the ghc-monad-control.x86_64 package on Oracle Linux 9

Last metadata expiration check: 2:30:00 ago on Thu Feb 15 07:50:05 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'.