How to Install and Uninstall ghc-haskell-src-exts.x86_64 Package on CentOS Stream 8

Last updated: October 06,2024

1. Install "ghc-haskell-src-exts.x86_64" package

In this section, we are going to explain the necessary steps to install ghc-haskell-src-exts.x86_64 on CentOS Stream 8

$ sudo dnf update $ sudo dnf install ghc-haskell-src-exts.x86_64

2. Uninstall "ghc-haskell-src-exts.x86_64" package

Learn how to uninstall ghc-haskell-src-exts.x86_64 on CentOS Stream 8:

$ sudo dnf remove ghc-haskell-src-exts.x86_64 $ sudo dnf autoremove

3. Information about the ghc-haskell-src-exts.x86_64 package on CentOS Stream 8

Last metadata expiration check: 2:26:44 ago on Sun Feb 25 03:03:59 2024.
Available Packages
Name : ghc-haskell-src-exts
Version : 1.20.2
Release : 1.el8
Architecture : x86_64
Size : 1.6 M
Source : ghc-haskell-src-exts-1.20.2-1.el8.src.rpm
Repository : epel
Summary : Library for manipulating Haskell source
URL : https://hackage.haskell.org/package/haskell-src-exts
License : BSD
Description : Haskell-Source with Extensions is an extension of the standard haskell-src
: package, and handles most registered syntactic extensions to Haskell, including:
: * Multi-parameter type classes with functional dependencies
: * Indexed type families (including associated types)
: * Empty data declarations
: * GADTs
: * Implicit parameters
: * Template Haskell
: and a few more. All extensions implemented in GHC are supported.
: Apart from these standard extensions, it also handles regular patterns
: as per the HaRP extension as well as HSX-style embedded XML syntax.