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

Last updated: October 05,2024

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

This guide let you learn how to install ghc-MonadCatchIO-transformers.x86_64 on Fedora 34

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

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

Learn how to uninstall ghc-MonadCatchIO-transformers.x86_64 on Fedora 34:

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

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

Last metadata expiration check: 2:14:12 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : ghc-MonadCatchIO-transformers
Version : 0.3.1.3
Release : 19.fc34
Architecture : x86_64
Size : 22 k
Source : ghc-MonadCatchIO-transformers-0.3.1.3-19.fc34.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.