How to Install and Uninstall ghc-th-lift-instances.x86_64 Package on Rocky Linux 9

Last updated: July 03,2024

1. Install "ghc-th-lift-instances.x86_64" package

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

$ sudo dnf update $ sudo dnf install ghc-th-lift-instances.x86_64

2. Uninstall "ghc-th-lift-instances.x86_64" package

This is a short guide on how to uninstall ghc-th-lift-instances.x86_64 on Rocky Linux 9:

$ sudo dnf remove ghc-th-lift-instances.x86_64 $ sudo dnf autoremove

3. Information about the ghc-th-lift-instances.x86_64 package on Rocky Linux 9

Last metadata expiration check: 2:41:52 ago on Fri Feb 16 06:49:52 2024.
Available Packages
Name : ghc-th-lift-instances
Version : 0.1.19
Release : 1.el9
Architecture : x86_64
Size : 24 k
Source : ghc-th-lift-instances-0.1.19-1.el9.src.rpm
Repository : epel
Summary : Lift instances for template-haskell for common data types
URL : https://hackage.haskell.org/package/th-lift-instances
License : BSD
Description : Most data types in the haskell platform do not have Lift instances.
: This package provides orphan instances for containers, text, bytestring and
: vector. It also provides compat instances for older versions of
: 'template-haskell'
:
: Note that package
: provides Template Haskell based derivation of 'Lift' instances (when you cannot
: use 'DeriveLift' extension), and
: package provides
: instances for TH datatypes.