How to Install and Uninstall ghc-th-compat.x86_64 Package on Red Hat Enterprise Linux 9 (RHEL 9)

Last updated: June 25,2024

1. Install "ghc-th-compat.x86_64" package

Learn how to install ghc-th-compat.x86_64 on Red Hat Enterprise Linux 9 (RHEL 9)

$ sudo dnf update $ sudo dnf install ghc-th-compat.x86_64

2. Uninstall "ghc-th-compat.x86_64" package

Please follow the guidelines below to uninstall ghc-th-compat.x86_64 on Red Hat Enterprise Linux 9 (RHEL 9):

$ sudo dnf remove ghc-th-compat.x86_64 $ sudo dnf autoremove

3. Information about the ghc-th-compat.x86_64 package on Red Hat Enterprise Linux 9 (RHEL 9)

Last metadata expiration check: 1:51:16 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : ghc-th-compat
Version : 0.1.3
Release : 1.el9
Architecture : x86_64
Size : 21 k
Source : ghc-th-compat-0.1.3-1.el9.src.rpm
Repository : epel
Summary : Backward- (and forward-)compatible Quote and Code types
URL : https://hackage.haskell.org/package/th-compat
License : BSD
Description : This package defines a "Language.Haskell.TH.Syntax.Compat" module, which
: backports the 'Quote' and 'Code' types to work across a wide range of
: 'template-haskell' versions. On recent versions of 'template-haskell' (2.17.0.0
: or later), this module simply reexports 'Quote' and 'Code' from
: "Language.Haskell.TH.Syntax". Refer to the Haddocks for
: "Language.Haskell.TH.Syntax.Compat" for examples of how to use this module.