How to Install and Uninstall ghc-extra Package on openSuSE Tumbleweed
Last updated: November 07,2024
1. Install "ghc-extra" package
Please follow the instructions below to install ghc-extra on openSuSE Tumbleweed
$
sudo zypper refresh
Copied
$
sudo zypper install
ghc-extra
Copied
2. Uninstall "ghc-extra" package
Here is a brief guide to show you how to uninstall ghc-extra on openSuSE Tumbleweed:
$
sudo zypper remove
ghc-extra
Copied
3. Information about the ghc-extra package on openSuSE Tumbleweed
Information for package ghc-extra:
----------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : ghc-extra
Version : 1.7.14-1.6
Arch : x86_64
Vendor : openSUSE
Installed Size : 389.6 KiB
Installed : No
Status : not installed
Source package : ghc-extra-1.7.14-1.6.src
Upstream URL : https://hackage.haskell.org/package/extra
Summary : Extra functions I use
Description :
A library of extra functions for the standard Haskell libraries. Most functions
are simple additions, filling out missing functionality. A few functions are
available in later versions of GHC, but this package makes them available back
to GHC 7.2.
The module "Extra" documents all functions provided by this library.
Modules such as "Data.List.Extra" provide extra functions over "Data.List" and
also reexport "Data.List". Users are recommended to replace "Data.List" imports
with "Data.List.Extra" if they need the extra functionality.
----------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : ghc-extra
Version : 1.7.14-1.6
Arch : x86_64
Vendor : openSUSE
Installed Size : 389.6 KiB
Installed : No
Status : not installed
Source package : ghc-extra-1.7.14-1.6.src
Upstream URL : https://hackage.haskell.org/package/extra
Summary : Extra functions I use
Description :
A library of extra functions for the standard Haskell libraries. Most functions
are simple additions, filling out missing functionality. A few functions are
available in later versions of GHC, but this package makes them available back
to GHC 7.2.
The module "Extra" documents all functions provided by this library.
Modules such as "Data.List.Extra" provide extra functions over "Data.List" and
also reexport "Data.List". Users are recommended to replace "Data.List" imports
with "Data.List.Extra" if they need the extra functionality.