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

Last updated: May 18,2024

1. Install "ghc-concurrency" package

Please follow the guidelines below to install ghc-concurrency on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install ghc-concurrency

2. Uninstall "ghc-concurrency" package

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

$ sudo zypper remove ghc-concurrency

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

Information for package ghc-concurrency:
----------------------------------------
Repository : Main Repository
Name : ghc-concurrency
Version : 1.11.0.2-bp155.2.14
Arch : x86_64
Vendor : openSUSE
Installed Size : 988.9 KiB
Installed : No
Status : not installed
Source package : ghc-concurrency-1.11.0.2-bp155.2.14.src
Upstream URL : https://hackage.haskell.org/package/concurrency
Summary : Typeclasses, functions, and data types for concurrency and STM
Description :
A typeclass abstraction over much of Control.Concurrent (and some extras!).
If you're looking for a general introduction to Haskell concurrency, you should
check out the excellent Parallel and Concurrent Programming in Haskell, by
Simon Marlow. If you are already familiar with concurrent Haskell, just change
all the imports from Control.Concurrent.* to Control.Concurrent.Classy.* and
fix the type errors.

5. The same packages on other Linux Distributions