How to Install and Uninstall ghc-unbounded-delays.x86_64 Package on Fedora 38

Last updated: October 31,2024

1. Install "ghc-unbounded-delays.x86_64" package

Here is a brief guide to show you how to install ghc-unbounded-delays.x86_64 on Fedora 38

$ sudo dnf update $ sudo dnf install ghc-unbounded-delays.x86_64

2. Uninstall "ghc-unbounded-delays.x86_64" package

Learn how to uninstall ghc-unbounded-delays.x86_64 on Fedora 38:

$ sudo dnf remove ghc-unbounded-delays.x86_64 $ sudo dnf autoremove

3. Information about the ghc-unbounded-delays.x86_64 package on Fedora 38

Last metadata expiration check: 0:00:20 ago on Sun Mar 17 04:59:58 2024.
Available Packages
Name : ghc-unbounded-delays
Version : 0.1.1.1
Release : 7.fc38
Architecture : x86_64
Size : 16 k
Source : ghc-unbounded-delays-0.1.1.1-7.fc38.src.rpm
Repository : fedora
Summary : Unbounded thread delays and timeouts
URL : https://hackage.haskell.org/package/unbounded-delays
License : BSD-3-Clause
Description : 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.