How To Install ghc-MonadCatchIO-transformers on Fedora 36

In this tutorial we learn how to install ghc-MonadCatchIO-transformers in Fedora 36. ghc-MonadCatchIO-transformers is Exception handling with IO monad transformers

Introduction

In this tutorial we learn how to install ghc-MonadCatchIO-transformers on Fedora 36.

What is ghc-MonadCatchIO-transformers

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 ’exceptions’ library instead, if possible.

We can use yum or dnf to install ghc-MonadCatchIO-transformers on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install ghc-MonadCatchIO-transformers.

Install ghc-MonadCatchIO-transformers on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install ghc-MonadCatchIO-transformers using dnf by running the following command:

sudo dnf -y install ghc-MonadCatchIO-transformers

Install ghc-MonadCatchIO-transformers on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install ghc-MonadCatchIO-transformers using yum by running the following command:

sudo yum -y install ghc-MonadCatchIO-transformers

How To Uninstall ghc-MonadCatchIO-transformers on Fedora 36

To uninstall only the ghc-MonadCatchIO-transformers package we can use the following command:

sudo dnf remove ghc-MonadCatchIO-transformers

ghc-MonadCatchIO-transformers Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/10
/usr/lib/.build-id/10/0dee85d7e2596a2e3b3dda3897acadaca6257b
/usr/lib64/libHSMonadCatchIO-transformers-0.3.1.3-KFuLxhIPxzS4Kzctxz0TWD-ghc8.10.5.so
/usr/share/licenses/ghc-MonadCatchIO-transformers
/usr/share/licenses/ghc-MonadCatchIO-transformers/LICENSE

References

Summary

In this tutorial we learn how to install ghc-MonadCatchIO-transformers on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).