How to Install and Uninstall ghc-basic-prelude.x86_64 Package on Fedora 34

Last updated: October 06,2024

1. Install "ghc-basic-prelude.x86_64" package

Please follow the guidelines below to install ghc-basic-prelude.x86_64 on Fedora 34

$ sudo dnf update $ sudo dnf install ghc-basic-prelude.x86_64

2. Uninstall "ghc-basic-prelude.x86_64" package

In this section, we are going to explain the necessary steps to uninstall ghc-basic-prelude.x86_64 on Fedora 34:

$ sudo dnf remove ghc-basic-prelude.x86_64 $ sudo dnf autoremove

3. Information about the ghc-basic-prelude.x86_64 package on Fedora 34

Last metadata expiration check: 0:38:24 ago on Tue Sep 6 14:10:38 2022.
Available Packages
Name : ghc-basic-prelude
Version : 0.7.0
Release : 7.fc34
Architecture : x86_64
Size : 23 k
Source : ghc-basic-prelude-0.7.0-7.fc34.src.rpm
Repository : fedora
Summary : Enhanced basic and core preludes
URL : https://hackage.haskell.org/package/basic-prelude
License : MIT
Description : The premise of basic-prelude is that there are a lot of very commonly
: desired features missing from the standard Prelude, such as commonly
: used operators (<$> and >=>, for instance) and imports for common
: datatypes (e.g., ByteString and Vector). At the same time, there are
: lots of other components which are more debatable, such as providing
: polymorphic versions of common functions.
:
: So basic-prelude is intended to give a common foundation for a number
: of alternate preludes. The package provides two modules: CorePrelude
: provides the common ground for other preludes to build on top of,
: while BasicPrelude exports CorePrelude together with commonly used
: list functions to provide a drop-in replacement for the standard Prelude.
:
: Users wishing to have an improved Prelude can use BasicPrelude.
: Developers wishing to create a new prelude should use CorePrelude.