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

Last updated: May 20,2024

1. Install "ghc-loop" package

This guide covers the steps necessary to install ghc-loop on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install ghc-loop

2. Uninstall "ghc-loop" package

Please follow the guidelines below to uninstall ghc-loop on openSUSE Leap:

$ sudo zypper remove ghc-loop

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

Information for package ghc-loop:
---------------------------------
Repository : Main Repository
Name : ghc-loop
Version : 0.3.0-bp155.2.13
Arch : x86_64
Vendor : openSUSE
Installed Size : 17.9 KiB
Installed : No
Status : not installed
Source package : ghc-loop-0.3.0-bp155.2.13.src
Upstream URL : https://hackage.haskell.org/package/loop
Summary : Fast loops (for when GHC can't optimize forM_)
Description :
This package provides a convenient and fast alternative to the common `forM_
[1..n]` idiom, which in many cases GHC cannot fuse to efficient code.
See .