How to Install and Uninstall ghc-pretty-class Package on openSUSE Leap

Last updated: May 17,2024

1. Install "ghc-pretty-class" package

This guide let you learn how to install ghc-pretty-class on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install ghc-pretty-class

2. Uninstall "ghc-pretty-class" package

Please follow the instructions below to uninstall ghc-pretty-class on openSUSE Leap:

$ sudo zypper remove ghc-pretty-class

3. Information about the ghc-pretty-class package on openSUSE Leap

Information for package ghc-pretty-class:
-----------------------------------------
Repository : Main Repository
Name : ghc-pretty-class
Version : 1.0.1.1-bp155.2.13
Arch : x86_64
Vendor : openSUSE
Installed Size : 114.7 KiB
Installed : No
Status : not installed
Source package : ghc-pretty-class-1.0.1.1-bp155.2.13.src
Upstream URL : https://hackage.haskell.org/package/pretty-class
Summary : Pretty printing class similar to Show
Description :
Pretty printing class similar to Show, based on the HughesPJ pretty printing
library. Provides the pretty printing class and instances for the Prelude
types. This upload replaces the old pretty-class package (which I believe
nobody is using) with a copy of Lennart's prettyclass package with a small
change to its Char instance.