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

Last updated: October 06,2024

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

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

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

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

Here is a brief guide to show you how to uninstall ghc-th-lift-instances.x86_64 on Red Hat Enterprise Linux 9 (RHEL 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 Red Hat Enterprise Linux 9 (RHEL 9)

Last metadata expiration check: 1:22:37 ago on Mon Feb 26 07:04:30 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.