How to Install and Uninstall ghc-Only Package on openSuSE Tumbleweed

Last updated: July 04,2024

1. Install "ghc-Only" package

Please follow the instructions below to install ghc-Only on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install ghc-Only

2. Uninstall "ghc-Only" package

This guide covers the steps necessary to uninstall ghc-Only on openSuSE Tumbleweed:

$ sudo zypper remove ghc-Only

3. Information about the ghc-Only package on openSuSE Tumbleweed

Information for package ghc-Only:
---------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : ghc-Only
Version : 0.1-6.4
Arch : x86_64
Vendor : openSUSE
Installed Size : 49.5 KiB
Installed : No
Status : not installed
Source package : ghc-Only-0.1-6.4.src
Upstream URL : https://hackage.haskell.org/package/Only
Summary : The 1-tuple type or single-value "collection"
Description :
This package provides a canonical anonymous 1-tuple type missing from Haskell
for attaching typeclass instances.
NOTE: There is also the which by using a
boxed 'data'-type provides a 1-tuple type which has laziness properties which
are more faithful to the ones of Haskell's native tuples; whereas the primary
purpose of 'Only' is to provide the traditionally so named type-wrapper for
attaching typeclass instances.