How To Install ghc-th-reify-many on Fedora 36

In this tutorial we learn how to install ghc-th-reify-many in Fedora 36. ghc-th-reify-many is Recurseively reify template haskell datatype info

Introduction

In this tutorial we learn how to install ghc-th-reify-many on Fedora 36.

What is ghc-th-reify-many

’th-reify-many’ provides functions for recursively reifying top level declarations. The main intended use case is for enumerating the names of datatypes reachable from an initial datatype, and passing these names to some function which generates instances.

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

Install ghc-th-reify-many 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-th-reify-many using dnf by running the following command:

sudo dnf -y install ghc-th-reify-many

Install ghc-th-reify-many 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-th-reify-many using yum by running the following command:

sudo yum -y install ghc-th-reify-many

How To Uninstall ghc-th-reify-many on Fedora 36

To uninstall only the ghc-th-reify-many package we can use the following command:

sudo dnf remove ghc-th-reify-many

ghc-th-reify-many Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/19
/usr/lib/.build-id/19/a9ce5eb7939b291c929436266e51ba1122719e
/usr/lib64/libHSth-reify-many-0.1.9-KVsSFKdLHg27UkfwqwFaHy-ghc8.10.5.so
/usr/share/licenses/ghc-th-reify-many
/usr/share/licenses/ghc-th-reify-many/LICENSE

References

Summary

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