How To Install ghc-transformers-prof on Fedora 36

In this tutorial we learn how to install ghc-transformers-prof in Fedora 36. ghc-transformers-prof is Haskell transformers profiling library

Introduction

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

What is ghc-transformers-prof

This package provides the Haskell transformers profiling library.

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

Install ghc-transformers-prof 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-transformers-prof using dnf by running the following command:

sudo dnf -y install ghc-transformers-prof

Install ghc-transformers-prof 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-transformers-prof using yum by running the following command:

sudo yum -y install ghc-transformers-prof

How To Uninstall ghc-transformers-prof on Fedora 36

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

sudo dnf remove ghc-transformers-prof

ghc-transformers-prof Package Contents on Fedora 36

/usr/lib64/ghc-8.10.5/transformers-0.5.6.2/Control/Applicative/Backwards.p_hi
/usr/lib64/ghc-8.10.5/transformers-0.5.6.2/Control/Applicative/Lift.p_hi
/usr/lib64/ghc-8.10.5/transformers-0.5.6.2/Control/Monad/Signatures.p_hi
/usr/lib64/ghc-8.10.5/transformers-0.5.6.2/Control/Monad/Trans/Accum.p_hi
/usr/lib64/ghc-8.10.5/transformers-0.5.6.2/Control/Monad/Trans/Class.p_hi
/usr/lib64/ghc-8.10.5/transformers-0.5.6.2/Control/Monad/Trans/Cont.p_hi
/usr/lib64/ghc-8.10.5/transformers-0.5.6.2/Control/Monad/Trans/Error.p_hi
/usr/lib64/ghc-8.10.5/transformers-0.5.6.2/Control/Monad/Trans/Except.p_hi
/usr/lib64/ghc-8.10.5/transformers-0.5.6.2/Control/Monad/Trans/Identity.p_hi
/usr/lib64/ghc-8.10.5/transformers-0.5.6.2/Control/Monad/Trans/List.p_hi
/usr/lib64/ghc-8.10.5/transformers-0.5.6.2/Control/Monad/Trans/Maybe.p_hi
/usr/lib64/ghc-8.10.5/transformers-0.5.6.2/Control/Monad/Trans/RWS.p_hi
/usr/lib64/ghc-8.10.5/transformers-0.5.6.2/Control/Monad/Trans/RWS/CPS.p_hi
/usr/lib64/ghc-8.10.5/transformers-0.5.6.2/Control/Monad/Trans/RWS/Lazy.p_hi
/usr/lib64/ghc-8.10.5/transformers-0.5.6.2/Control/Monad/Trans/RWS/Strict.p_hi
/usr/lib64/ghc-8.10.5/transformers-0.5.6.2/Control/Monad/Trans/Reader.p_hi
/usr/lib64/ghc-8.10.5/transformers-0.5.6.2/Control/Monad/Trans/Select.p_hi
/usr/lib64/ghc-8.10.5/transformers-0.5.6.2/Control/Monad/Trans/State.p_hi
/usr/lib64/ghc-8.10.5/transformers-0.5.6.2/Control/Monad/Trans/State/Lazy.p_hi
/usr/lib64/ghc-8.10.5/transformers-0.5.6.2/Control/Monad/Trans/State/Strict.p_hi
/usr/lib64/ghc-8.10.5/transformers-0.5.6.2/Control/Monad/Trans/Writer.p_hi
/usr/lib64/ghc-8.10.5/transformers-0.5.6.2/Control/Monad/Trans/Writer/CPS.p_hi
/usr/lib64/ghc-8.10.5/transformers-0.5.6.2/Control/Monad/Trans/Writer/Lazy.p_hi
/usr/lib64/ghc-8.10.5/transformers-0.5.6.2/Control/Monad/Trans/Writer/Strict.p_hi
/usr/lib64/ghc-8.10.5/transformers-0.5.6.2/Data/Functor/Constant.p_hi
/usr/lib64/ghc-8.10.5/transformers-0.5.6.2/Data/Functor/Reverse.p_hi
/usr/lib64/ghc-8.10.5/transformers-0.5.6.2/libHStransformers-0.5.6.2_p.a

References

Summary

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