How To Install ghc-unbounded-delays on Fedora 36
Introduction
In this tutorial we learn how to install ghc-unbounded-delays on Fedora 36.
What is ghc-unbounded-delays
The ’threadDelay’ and ’timeout’ functions from the ‘base’ library use the bounded ‘Int’ type for specifying the delay or timeout period. This packages provides alternatives which use the unbounded ‘Integer’ type.
We can use yum or dnf to install ghc-unbounded-delays on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install ghc-unbounded-delays.
Install ghc-unbounded-delays 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-unbounded-delays using dnf by running the following command:
sudo dnf -y install ghc-unbounded-delays
Install ghc-unbounded-delays 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-unbounded-delays using yum by running the following command:
sudo yum -y install ghc-unbounded-delays
How To Uninstall ghc-unbounded-delays on Fedora 36
To uninstall only the ghc-unbounded-delays package we can use the following command:
sudo dnf remove ghc-unbounded-delays
ghc-unbounded-delays Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/a8
/usr/lib/.build-id/a8/40aaff74bf1e0198bfbe50c5000d36bbcf4ffc
/usr/lib64/libHSunbounded-delays-0.1.1.1-E9kjP04mqKD38mJEZHuFFN-ghc8.10.5.so
/usr/share/licenses/ghc-unbounded-delays
/usr/share/licenses/ghc-unbounded-delays/LICENSE
References
Summary
In this tutorial we learn how to install ghc-unbounded-delays on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).