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

Last updated: July 01,2024

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

Please follow the steps below to install ghc-haskell-src-exts.x86_64 on Fedora 34

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

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

Please follow the step by step instructions below to uninstall ghc-haskell-src-exts.x86_64 on Fedora 34:

$ 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 34

Last metadata expiration check: 5:56:32 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : ghc-haskell-src-exts
Version : 1.23.1
Release : 4.fc34
Architecture : x86_64
Size : 1.7 M
Source : ghc-haskell-src-exts-1.23.1-4.fc34.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.