How to Install and Uninstall ghc-th-lift-instances.x86_64 Package on Fedora 34

Last updated: October 05,2024

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

This guide covers the steps necessary to install ghc-th-lift-instances.x86_64 on Fedora 34

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

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

Learn how to uninstall ghc-th-lift-instances.x86_64 on Fedora 34:

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

3. Information about the ghc-th-lift-instances.x86_64 package on Fedora 34

Last metadata expiration check: 5:32:31 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : ghc-th-lift-instances
Version : 0.1.17
Release : 4.fc34
Architecture : x86_64
Size : 21 k
Source : ghc-th-lift-instances-0.1.17-4.fc34.src.rpm
Repository : fedora
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.