How to Install and Uninstall ghc-foldl Package on openSuSE Tumbleweed
Last updated: February 01,2025
1. Install "ghc-foldl" package
Please follow the guidance below to install ghc-foldl on openSuSE Tumbleweed
$
sudo zypper refresh
Copied
$
sudo zypper install
ghc-foldl
Copied
2. Uninstall "ghc-foldl" package
This tutorial shows how to uninstall ghc-foldl on openSuSE Tumbleweed:
$
sudo zypper remove
ghc-foldl
Copied
3. Information about the ghc-foldl package on openSuSE Tumbleweed
Information for package ghc-foldl:
----------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : ghc-foldl
Version : 1.4.15-2.7
Arch : x86_64
Vendor : openSUSE
Installed Size : 630.2 KiB
Installed : No
Status : not installed
Source package : ghc-foldl-1.4.15-2.7.src
Upstream URL : https://hackage.haskell.org/package/foldl
Summary : Composable, streaming, and efficient left folds
Description :
This library provides strict left folds that stream in constant memory, and you
can combine folds using 'Applicative' style to derive new folds.
Derived folds still traverse the container just once and are often as efficient
as hand-written folds.
----------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : ghc-foldl
Version : 1.4.15-2.7
Arch : x86_64
Vendor : openSUSE
Installed Size : 630.2 KiB
Installed : No
Status : not installed
Source package : ghc-foldl-1.4.15-2.7.src
Upstream URL : https://hackage.haskell.org/package/foldl
Summary : Composable, streaming, and efficient left folds
Description :
This library provides strict left folds that stream in constant memory, and you
can combine folds using 'Applicative' style to derive new folds.
Derived folds still traverse the container just once and are often as efficient
as hand-written folds.