How to Install and Uninstall ghc-deepseq-generics.x86_64 Package on Fedora 34

Last updated: September 21,2024

1. Install "ghc-deepseq-generics.x86_64" package

This guide let you learn how to install ghc-deepseq-generics.x86_64 on Fedora 34

$ sudo dnf update $ sudo dnf install ghc-deepseq-generics.x86_64

2. Uninstall "ghc-deepseq-generics.x86_64" package

Learn how to uninstall ghc-deepseq-generics.x86_64 on Fedora 34:

$ sudo dnf remove ghc-deepseq-generics.x86_64 $ sudo dnf autoremove

3. Information about the ghc-deepseq-generics.x86_64 package on Fedora 34

Last metadata expiration check: 0:29:54 ago on Tue Sep 6 14:10:38 2022.
Available Packages
Name : ghc-deepseq-generics
Version : 0.2.0.0
Release : 15.fc34
Architecture : x86_64
Size : 15 k
Source : ghc-deepseq-generics-0.2.0.0-15.fc34.src.rpm
Repository : fedora
Summary : Generics-based normal form reduction for deepseq
URL : https://hackage.haskell.org/package/deepseq-generics
License : BSD
Description : This package provides a "GHC.Generics"-based
: 'Control.DeepSeq.Generics.genericRnf' function which can be used for providing
: a 'rnf' implementation. See the documentation for the 'genericRnf' function in
: the "Control.DeepSeq.Generics" module to get started.
:
: The original idea was pioneered in the 'generic-deepseq' package (see
: for
: more information).
:
: This package differs from the 'generic-deepseq' package by working in
: combination with the existing 'deepseq' package as opposed to defining a
: conflicting drop-in replacement for 'deepseq's 'Control.Deepseq' module.
:
: Note: The ability to auto-derive via "GHC.Generics" has been merged into
: 'deepseq-1.4.0.0'. This package is now still useful for writing code that's
: also compatible with older 'deepseq' versions not yet providing
: "GHC.Generics"-support.