How to Install and Uninstall ghc-haskell-src-exts.x86_64 Package on Red Hat Enterprise Linux 8 (RHEL 8)

Last updated: July 05,2024

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

Please follow the guidance below to install ghc-haskell-src-exts.x86_64 on Red Hat Enterprise Linux 8 (RHEL 8)

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

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

This tutorial shows how to uninstall ghc-haskell-src-exts.x86_64 on Red Hat Enterprise Linux 8 (RHEL 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 Red Hat Enterprise Linux 8 (RHEL 8)

Last metadata expiration check: 0:04:23 ago on Mon Feb 26 15:59:38 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.