How to Install and Uninstall ghc-generic-lens Package on openSUSE Leap
Last updated: November 23,2024
1. Install "ghc-generic-lens" package
In this section, we are going to explain the necessary steps to install ghc-generic-lens on openSUSE Leap
$
sudo zypper refresh
Copied
$
sudo zypper install
ghc-generic-lens
Copied
2. Uninstall "ghc-generic-lens" package
Please follow the step by step instructions below to uninstall ghc-generic-lens on openSUSE Leap:
$
sudo zypper remove
ghc-generic-lens
Copied
3. Information about the ghc-generic-lens package on openSUSE Leap
Information for package ghc-generic-lens:
-----------------------------------------
Repository : Main Repository
Name : ghc-generic-lens
Version : 2.2.1.0-bp155.2.14
Arch : x86_64
Vendor : openSUSE
Installed Size : 240.2 KiB
Installed : No
Status : not installed
Source package : ghc-generic-lens-2.2.1.0-bp155.2.14.src
Upstream URL : https://hackage.haskell.org/package/generic-lens
Summary : Generically derive traversals, lenses and prisms
Description :
This library uses GHC.Generics to derive efficient optics (traversals, lenses
and prisms) for algebraic data types in a type-directed way, with a focus on
good type inference and error messages when possible.
The library exposes a van Laarhoven interface. For an alternative interface,
supporting an opaque optic type, see
''.
-----------------------------------------
Repository : Main Repository
Name : ghc-generic-lens
Version : 2.2.1.0-bp155.2.14
Arch : x86_64
Vendor : openSUSE
Installed Size : 240.2 KiB
Installed : No
Status : not installed
Source package : ghc-generic-lens-2.2.1.0-bp155.2.14.src
Upstream URL : https://hackage.haskell.org/package/generic-lens
Summary : Generically derive traversals, lenses and prisms
Description :
This library uses GHC.Generics to derive efficient optics (traversals, lenses
and prisms) for algebraic data types in a type-directed way, with a focus on
good type inference and error messages when possible.
The library exposes a van Laarhoven interface. For an alternative interface,
supporting an opaque optic type, see
'