How to Install and Uninstall ghc-th-lift.x86_64 Package on Rocky Linux 9
Last updated: November 02,2024
1. Install "ghc-th-lift.x86_64" package
This is a short guide on how to install ghc-th-lift.x86_64 on Rocky Linux 9
$
sudo dnf update
Copied
$
sudo dnf install
ghc-th-lift.x86_64
Copied
2. Uninstall "ghc-th-lift.x86_64" package
This tutorial shows how to uninstall ghc-th-lift.x86_64 on Rocky Linux 9:
$
sudo dnf remove
ghc-th-lift.x86_64
Copied
$
sudo dnf autoremove
Copied
3. Information about the ghc-th-lift.x86_64 package on Rocky Linux 9
Last metadata expiration check: 2:10:58 ago on Fri Feb 16 06:49:52 2024.
Available Packages
Name : ghc-th-lift
Version : 0.8.2
Release : 2.el9
Architecture : x86_64
Size : 37 k
Source : ghc-th-lift-0.8.2-2.el9.src.rpm
Repository : epel
Summary : Derive Template Haskell's Lift class for datatypes
URL : https://hackage.haskell.org/package/th-lift
License : BSD
Description : Derive Template Haskell's 'Lift' class for datatypes using 'TemplateHaskell'.
: The functionality in this package has largely been subsumed by the 'DeriveLift'
: language extension, which is available in GHC 8.0 and later versions.
: This package can still be useful as a uniform way to derive 'Lift' instances
: that is backwards-compatible with older GHCs.
:
: The following libraries are related:
:
: * The package
: provides instances for 'template-haskell' syntax types.
:
: * The
: package provides 'Lift' instances for types in 'base', 'text', 'bytestring',
: 'vector', etc. Some of these instances are only provided for old versions of
: their respective libraries, as the same 'Lift' instances are also present
: upstream on newer versions.
Available Packages
Name : ghc-th-lift
Version : 0.8.2
Release : 2.el9
Architecture : x86_64
Size : 37 k
Source : ghc-th-lift-0.8.2-2.el9.src.rpm
Repository : epel
Summary : Derive Template Haskell's Lift class for datatypes
URL : https://hackage.haskell.org/package/th-lift
License : BSD
Description : Derive Template Haskell's 'Lift' class for datatypes using 'TemplateHaskell'.
: The functionality in this package has largely been subsumed by the 'DeriveLift'
: language extension, which is available in GHC 8.0 and later versions.
: This package can still be useful as a uniform way to derive 'Lift' instances
: that is backwards-compatible with older GHCs.
:
: The following libraries are related:
:
: * The
: provides instances for 'template-haskell' syntax types.
:
: * The
: package provides 'Lift' instances for types in 'base', 'text', 'bytestring',
: 'vector', etc. Some of these instances are only provided for old versions of
: their respective libraries, as the same 'Lift' instances are also present
: upstream on newer versions.