How to Install and Uninstall ghc-haskell-src-exts.x86_64 Package on Fedora 36

Last updated: October 05,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 Fedora 36

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

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

This is a short guide on how to uninstall ghc-haskell-src-exts.x86_64 on Fedora 36:

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

3. Information about the ghc-haskell-src-exts.x86_64 package on Fedora 36

Last metadata expiration check: 1:00:56 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : ghc-haskell-src-exts
Version : 1.23.1
Release : 7.fc36
Architecture : x86_64
Size : 1.7 M
Source : ghc-haskell-src-exts-1.23.1-7.fc36.src.rpm
Repository : fedora
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.