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

Last updated: October 04,2024

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

Please follow the step by step instructions below to install ghc-basic-prelude.x86_64 on Fedora 35

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

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

This tutorial shows how to uninstall ghc-basic-prelude.x86_64 on Fedora 35:

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

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

Last metadata expiration check: 2:52:12 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : ghc-basic-prelude
Version : 0.7.0
Release : 9.fc35
Architecture : x86_64
Size : 25 k
Source : ghc-basic-prelude-0.7.0-9.fc35.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.