How To Install ghc-newtype-generics-prof on Fedora 36

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

Introduction

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

What is ghc-newtype-generics-prof

This package provides the Haskell newtype-generics profiling library.

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

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

sudo dnf -y install ghc-newtype-generics-prof

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

sudo yum -y install ghc-newtype-generics-prof

How To Uninstall ghc-newtype-generics-prof on Fedora 36

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

sudo dnf remove ghc-newtype-generics-prof

ghc-newtype-generics-prof Package Contents on Fedora 36

/usr/lib64/ghc-8.10.5/newtype-generics-0.5.3/Control/Newtype.p_hi
/usr/lib64/ghc-8.10.5/newtype-generics-0.5.3/Control/Newtype/Generics.p_hi
/usr/lib64/ghc-8.10.5/newtype-generics-0.5.3/libHSnewtype-generics-0.5.3-IN2e6jmvg7KSPChSTLYmY_p.a

References

Summary

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