How to Install and Uninstall ghc-MonadCatchIO-transformers.x86_64 Package on Fedora 36

Last updated: May 03,2024

1. Install "ghc-MonadCatchIO-transformers.x86_64" package

Please follow the guidance below to install ghc-MonadCatchIO-transformers.x86_64 on Fedora 36

$ sudo dnf update $ sudo dnf install ghc-MonadCatchIO-transformers.x86_64

2. Uninstall "ghc-MonadCatchIO-transformers.x86_64" package

Please follow the step by step instructions below to uninstall ghc-MonadCatchIO-transformers.x86_64 on Fedora 36:

$ sudo dnf remove ghc-MonadCatchIO-transformers.x86_64 $ sudo dnf autoremove

3. Information about the ghc-MonadCatchIO-transformers.x86_64 package on Fedora 36

Last metadata expiration check: 4:14:18 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : ghc-MonadCatchIO-transformers
Version : 0.3.1.3
Release : 22.fc36
Architecture : x86_64
Size : 22 k
Source : ghc-MonadCatchIO-transformers-0.3.1.3-22.fc36.src.rpm
Repository : fedora
Summary : Exception handling with IO monad transformers
URL : https://hackage.haskell.org/package/MonadCatchIO-transformers
License : BSD
Description : Provides functions to throw and catch exceptions. Unlike the functions from
: 'Control.Exception', which work in 'IO', these work in any stack of monad
: transformers (from the 'transformers' package) with 'IO' as the base monad.
: You can extend this functionality to other monads, by creating an instance of
: the 'MonadCatchIO' class. Warning: this library is deprecated. Use the
: 'exceptions' library instead, if possible.