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

Last updated: July 01,2024

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

Learn how to install ghc-generics-sop.x86_64 on Fedora 34

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

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

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

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

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

Last metadata expiration check: 0:13:12 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : ghc-generics-sop
Version : 0.5.1.0
Release : 5.fc34
Architecture : x86_64
Size : 307 k
Source : ghc-generics-sop-0.5.1.0-5.fc34.src.rpm
Repository : fedora
Summary : Generic Programming using True Sums of Products
URL : https://hackage.haskell.org/package/generics-sop
License : BSD
Description : A library to support the definition of generic functions. Datatypes are viewed
: in a uniform, structured way: the choice between constructors is represented
: using an n-ary sum, and the arguments of each constructor are represented using
: an n-ary product.
:
: The module "Generics.SOP" is the main module of this library and contains more
: detailed documentation.
:
: Since version 0.4.0.0, this package is now based on
: ''. The core package
: contains all the functionality of n-ary sums and products, whereas this package
: provides the datatype-generic programming support on top.
:
: Examples of using this library are provided by the following packages:
:
: * '' basic examples,
:
: * '' generic pretty
: printing,
:
: * '' generically
: computed lenses,
:
: * '' generic JSON
: conversions.
:
: A detailed description of the ideas behind this library is provided by the
: paper:
:
: * Edsko de Vries and Andres Löh.
: .
: Workshop on Generic Programming (WGP) 2014.