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

Last updated: October 06,2024

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

Here is a brief guide to show you how to install ghc-deepseq-generics.x86_64 on Fedora 35

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

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

Here is a brief guide to show you how to uninstall ghc-deepseq-generics.x86_64 on Fedora 35:

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

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

Last metadata expiration check: 1:16:15 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : ghc-deepseq-generics
Version : 0.2.0.0
Release : 17.fc35
Architecture : x86_64
Size : 15 k
Source : ghc-deepseq-generics-0.2.0.0-17.fc35.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.