How to Install and Uninstall ghc-these Package on openSUSE Leap

Last updated: July 04,2024

1. Install "ghc-these" package

Please follow the guidance below to install ghc-these on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install ghc-these

2. Uninstall "ghc-these" package

Please follow the step by step instructions below to uninstall ghc-these on openSUSE Leap:

$ sudo zypper remove ghc-these

3. Information about the ghc-these package on openSUSE Leap

Information for package ghc-these:
----------------------------------
Repository : Update repository with updates from SUSE Linux Enterprise 15
Name : ghc-these
Version : 1.2-150500.3.3.1
Arch : x86_64
Vendor : SUSE LLC
Installed Size : 285.8 KiB
Installed : No
Status : not installed
Source package : ghc-these-1.2-150500.3.3.1.src
Upstream URL : https://hackage.haskell.org/package/these
Summary : An either-or-both data type
Description :
This package provides a data type 'These a b' which can hold a value of either
type or values of each type. This is usually thought of as an "inclusive or"
type (contrasting 'Either a b' as "exclusive or") or as an "outer join" type
(contrasting '(a, b)' as "inner join").
' data These a b = This a | That b | These a b '
Since version 1, this package was split into parts:
* For 'Align' and
'Zip' type-classes.
* For
'SemialignWithIndex' class, providing 'ialignWith' and 'izipWith'.
* For lens
combinators.
* For
transformers variant of 'These'.

5. The same packages on other Linux Distributions