How to Install and Uninstall ghc-generic-deriving.x86_64 Package on Fedora 34

Last updated: November 27,2024

1. Install "ghc-generic-deriving.x86_64" package

Please follow the step by step instructions below to install ghc-generic-deriving.x86_64 on Fedora 34

$ sudo dnf update $ sudo dnf install ghc-generic-deriving.x86_64

2. Uninstall "ghc-generic-deriving.x86_64" package

This guide let you learn how to uninstall ghc-generic-deriving.x86_64 on Fedora 34:

$ sudo dnf remove ghc-generic-deriving.x86_64 $ sudo dnf autoremove

3. Information about the ghc-generic-deriving.x86_64 package on Fedora 34

Last metadata expiration check: 0:21:10 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : ghc-generic-deriving
Version : 1.13.1
Release : 3.fc34
Architecture : x86_64
Size : 329 k
Source : ghc-generic-deriving-1.13.1-3.fc34.src.rpm
Repository : fedora
Summary : Generic programming library for generalised deriving
URL : https://hackage.haskell.org/package/generic-deriving
License : BSD
Description : This package provides functionality for generalising the deriving mechanism in
: Haskell to arbitrary classes. It was first described in the paper:
:
: * /A generic deriving mechanism for Haskell/. Jose Pedro Magalhaes, Atze
: Dijkstra, Johan Jeuring, and Andres Loeh. Haskell'10.
:
: The current implementation integrates with the new GHC Generics. See
: for more information.
: Template Haskell code is provided for supporting older GHCs.