How To Install ghc-haddock-library on Fedora 36

In this tutorial we learn how to install ghc-haddock-library in Fedora 36. ghc-haddock-library is Library exposing some functionality of Haddock

Introduction

In this tutorial we learn how to install ghc-haddock-library on Fedora 36.

What is ghc-haddock-library

Haddock is a documentation-generation tool for Haskell libraries. These modules expose some functionality of it without pulling in the GHC dependency. Please note that the API is likely to change so be sure to specify upper bounds in your projects. For interacting with Haddock itself, see the [haddock package](https

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

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

sudo dnf -y install ghc-haddock-library

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

sudo yum -y install ghc-haddock-library

How To Uninstall ghc-haddock-library on Fedora 36

To uninstall only the ghc-haddock-library package we can use the following command:

sudo dnf remove ghc-haddock-library

ghc-haddock-library Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/a1
/usr/lib/.build-id/a1/62c64a1de03c20a1b80bebd1bf5c45c2352911
/usr/lib64/libHShaddock-library-1.10.0-BCiQo5sbDoHJB2uCKuDQEy-ghc8.10.5.so
/usr/share/licenses/ghc-haddock-library
/usr/share/licenses/ghc-haddock-library/LICENSE

References

Summary

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