How To Install ghc-haskell-gi-overloading-devel on Fedora 36

In this tutorial we learn how to install ghc-haskell-gi-overloading-devel in Fedora 36. ghc-haskell-gi-overloading-devel is Haskell haskell-gi-overloading library development files

Introduction

In this tutorial we learn how to install ghc-haskell-gi-overloading-devel on Fedora 36.

What is ghc-haskell-gi-overloading-devel

This package provides the Haskell haskell-gi-overloading library development files. This package disables overloading in haskell-gi generated bindings. Overloading does not work in ghc-8.2.x, due to a bug in GHC. See https

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

Install ghc-haskell-gi-overloading-devel 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-haskell-gi-overloading-devel using dnf by running the following command:

sudo dnf -y install ghc-haskell-gi-overloading-devel

Install ghc-haskell-gi-overloading-devel 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-haskell-gi-overloading-devel using yum by running the following command:

sudo yum -y install ghc-haskell-gi-overloading-devel

How To Uninstall ghc-haskell-gi-overloading-devel on Fedora 36

To uninstall only the ghc-haskell-gi-overloading-devel package we can use the following command:

sudo dnf remove ghc-haskell-gi-overloading-devel

ghc-haskell-gi-overloading-devel Package Contents on Fedora 36

/usr/lib64/ghc-8.10.5/package.conf.d/haskell-gi-overloading-1.0.conf
/usr/share/doc/ghc-haskell-gi-overloading-devel
/usr/share/doc/ghc-haskell-gi-overloading-devel/ChangeLog.md
/usr/share/doc/ghc-haskell-gi-overloading-devel/README.md
/usr/share/licenses/ghc-haskell-gi-overloading-devel
/usr/share/licenses/ghc-haskell-gi-overloading-devel/LICENSE

References

Summary

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