How to Install and Uninstall ghc-uniplate Package on openSUSE Leap
Last updated: November 07,2024
1. Install "ghc-uniplate" package
Please follow the guidelines below to install ghc-uniplate on openSUSE Leap
$
sudo zypper refresh
Copied
$
sudo zypper install
ghc-uniplate
Copied
2. Uninstall "ghc-uniplate" package
Please follow the step by step instructions below to uninstall ghc-uniplate on openSUSE Leap:
$
sudo zypper remove
ghc-uniplate
Copied
3. Information about the ghc-uniplate package on openSUSE Leap
Information for package ghc-uniplate:
-------------------------------------
Repository : Update repository with updates from SUSE Linux Enterprise 15
Name : ghc-uniplate
Version : 1.6.13-150500.3.2.1
Arch : x86_64
Vendor : SUSE LLC
Installed Size : 939.5 KiB
Installed : No
Status : not installed
Source package : ghc-uniplate-1.6.13-150500.3.2.1.src
Upstream URL : https://hackage.haskell.org/package/uniplate
Summary : Help writing simple, concise and fast generic operations
Description :
Uniplate is library for writing simple and concise generic operations.
Uniplate has similar goals to the original Scrap Your Boilerplate work, but is
substantially simpler and faster.
To get started with Uniplate you should import one of the three following
modules:
* "Data.Generics.Uniplate.Data" - to quickly start writing generic functions.
Most users should start by importing this module.
* "Data.Generics.Uniplate.Direct" - a replacement for
"Data.Generics.Uniplate.Data" with substantially higher performance (around 5
times), but requires writing instance declarations.
* "Data.Generics.Uniplate.Operations" - definitions of all the operations
defined by Uniplate. Both the above two modules re-export this module.
In addition, some users may want to make use of the following modules:
* "Data.Generics.Uniplate.Zipper" - a zipper built on top of Uniplate
instances.
* "Data.Generics.SYB" - users transitioning from the Scrap Your Boilerplate
library.
* "Data.Generics.Compos" - users transitioning from the Compos library.
* "Data.Generics.Uniplate.DataOnly" - users making use of both 'Data' and
'Direct' to avoid getting instance conflicts.
-------------------------------------
Repository : Update repository with updates from SUSE Linux Enterprise 15
Name : ghc-uniplate
Version : 1.6.13-150500.3.2.1
Arch : x86_64
Vendor : SUSE LLC
Installed Size : 939.5 KiB
Installed : No
Status : not installed
Source package : ghc-uniplate-1.6.13-150500.3.2.1.src
Upstream URL : https://hackage.haskell.org/package/uniplate
Summary : Help writing simple, concise and fast generic operations
Description :
Uniplate is library for writing simple and concise generic operations.
Uniplate has similar goals to the original Scrap Your Boilerplate work, but is
substantially simpler and faster.
To get started with Uniplate you should import one of the three following
modules:
* "Data.Generics.Uniplate.Data" - to quickly start writing generic functions.
Most users should start by importing this module.
* "Data.Generics.Uniplate.Direct" - a replacement for
"Data.Generics.Uniplate.Data" with substantially higher performance (around 5
times), but requires writing instance declarations.
* "Data.Generics.Uniplate.Operations" - definitions of all the operations
defined by Uniplate. Both the above two modules re-export this module.
In addition, some users may want to make use of the following modules:
* "Data.Generics.Uniplate.Zipper" - a zipper built on top of Uniplate
instances.
* "Data.Generics.SYB" - users transitioning from the Scrap Your Boilerplate
library.
* "Data.Generics.Compos" - users transitioning from the Compos library.
* "Data.Generics.Uniplate.DataOnly" - users making use of both 'Data' and
'Direct' to avoid getting instance conflicts.