How To Install ghc-dhall-prof on Fedora 36

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

Introduction

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

What is ghc-dhall-prof

This package provides the Haskell dhall profiling library.

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

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

sudo dnf -y install ghc-dhall-prof

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

sudo yum -y install ghc-dhall-prof

How To Uninstall ghc-dhall-prof on Fedora 36

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

sudo dnf remove ghc-dhall-prof

ghc-dhall-prof Package Contents on Fedora 36

/usr/lib64/ghc-8.10.5/dhall-1.39.0/Dhall.p_hi
/usr/lib64/ghc-8.10.5/dhall-1.39.0/Dhall/Binary.p_hi
/usr/lib64/ghc-8.10.5/dhall-1.39.0/Dhall/Context.p_hi
/usr/lib64/ghc-8.10.5/dhall-1.39.0/Dhall/Core.p_hi
/usr/lib64/ghc-8.10.5/dhall-1.39.0/Dhall/Crypto.p_hi
/usr/lib64/ghc-8.10.5/dhall-1.39.0/Dhall/Deriving.p_hi
/usr/lib64/ghc-8.10.5/dhall-1.39.0/Dhall/Diff.p_hi
/usr/lib64/ghc-8.10.5/dhall-1.39.0/Dhall/DirectoryTree.p_hi
/usr/lib64/ghc-8.10.5/dhall-1.39.0/Dhall/Eval.p_hi
/usr/lib64/ghc-8.10.5/dhall-1.39.0/Dhall/Format.p_hi
/usr/lib64/ghc-8.10.5/dhall-1.39.0/Dhall/Freeze.p_hi
/usr/lib64/ghc-8.10.5/dhall-1.39.0/Dhall/Import.p_hi
/usr/lib64/ghc-8.10.5/dhall-1.39.0/Dhall/Import/HTTP.p_hi
/usr/lib64/ghc-8.10.5/dhall-1.39.0/Dhall/Import/Manager.p_hi
/usr/lib64/ghc-8.10.5/dhall-1.39.0/Dhall/Import/Types.p_hi
/usr/lib64/ghc-8.10.5/dhall-1.39.0/Dhall/Lint.p_hi
/usr/lib64/ghc-8.10.5/dhall-1.39.0/Dhall/Main.p_hi
/usr/lib64/ghc-8.10.5/dhall-1.39.0/Dhall/Map.p_hi
/usr/lib64/ghc-8.10.5/dhall-1.39.0/Dhall/Marshal/Decode.p_hi
/usr/lib64/ghc-8.10.5/dhall-1.39.0/Dhall/Marshal/Encode.p_hi
/usr/lib64/ghc-8.10.5/dhall-1.39.0/Dhall/Marshal/Internal.p_hi
/usr/lib64/ghc-8.10.5/dhall-1.39.0/Dhall/Normalize.p_hi
/usr/lib64/ghc-8.10.5/dhall-1.39.0/Dhall/Optics.p_hi
/usr/lib64/ghc-8.10.5/dhall-1.39.0/Dhall/Parser.p_hi
/usr/lib64/ghc-8.10.5/dhall-1.39.0/Dhall/Parser/Combinators.p_hi
/usr/lib64/ghc-8.10.5/dhall-1.39.0/Dhall/Parser/Expression.p_hi
/usr/lib64/ghc-8.10.5/dhall-1.39.0/Dhall/Parser/Token.p_hi
/usr/lib64/ghc-8.10.5/dhall-1.39.0/Dhall/Pretty.p_hi
/usr/lib64/ghc-8.10.5/dhall-1.39.0/Dhall/Pretty/Internal.p_hi
/usr/lib64/ghc-8.10.5/dhall-1.39.0/Dhall/Repl.p_hi
/usr/lib64/ghc-8.10.5/dhall-1.39.0/Dhall/Schemas.p_hi
/usr/lib64/ghc-8.10.5/dhall-1.39.0/Dhall/Set.p_hi
/usr/lib64/ghc-8.10.5/dhall-1.39.0/Dhall/Src.p_hi
/usr/lib64/ghc-8.10.5/dhall-1.39.0/Dhall/Substitution.p_hi
/usr/lib64/ghc-8.10.5/dhall-1.39.0/Dhall/Syntax.p_hi
/usr/lib64/ghc-8.10.5/dhall-1.39.0/Dhall/TH.p_hi
/usr/lib64/ghc-8.10.5/dhall-1.39.0/Dhall/Tags.p_hi
/usr/lib64/ghc-8.10.5/dhall-1.39.0/Dhall/Tutorial.p_hi
/usr/lib64/ghc-8.10.5/dhall-1.39.0/Dhall/TypeCheck.p_hi
/usr/lib64/ghc-8.10.5/dhall-1.39.0/Dhall/URL.p_hi
/usr/lib64/ghc-8.10.5/dhall-1.39.0/Dhall/Util.p_hi
/usr/lib64/ghc-8.10.5/dhall-1.39.0/Dhall/Version.p_hi
/usr/lib64/ghc-8.10.5/dhall-1.39.0/Paths_dhall.p_hi
/usr/lib64/ghc-8.10.5/dhall-1.39.0/libHSdhall-1.39.0-4RzI1E4lyggKSfQIcmu4Eq_p.a

References

Summary

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