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

Last updated: May 21,2024

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

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

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

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

Please follow the guidance below to uninstall ghc-MonadCatchIO-transformers.x86_64 on Fedora 35:

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

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

Last metadata expiration check: 0:30:08 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : ghc-MonadCatchIO-transformers
Version : 0.3.1.3
Release : 21.fc35
Architecture : x86_64
Size : 22 k
Source : ghc-MonadCatchIO-transformers-0.3.1.3-21.fc35.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.