How to Install and Uninstall ghc-th-compat.x86_64 Package on Oracle Linux 9

Last updated: November 28,2024

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

In this section, we are going to explain the necessary steps to install ghc-th-compat.x86_64 on Oracle Linux 9

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

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

This tutorial shows how to uninstall ghc-th-compat.x86_64 on Oracle Linux 9:

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

3. Information about the ghc-th-compat.x86_64 package on Oracle Linux 9

Last metadata expiration check: 1:58:51 ago on Thu Feb 15 07:50:05 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.