How to Install and Uninstall ghc-concurrency Package on openSuSE Tumbleweed
Last updated: February 17,2025
Deprecated! Installation of this package may no longer be supported.
1. Install "ghc-concurrency" package
Please follow the guidance below to install ghc-concurrency on openSuSE Tumbleweed
$
sudo zypper refresh
Copied
$
sudo zypper install
ghc-concurrency
Copied
2. Uninstall "ghc-concurrency" package
This is a short guide on how to uninstall ghc-concurrency on openSuSE Tumbleweed:
$
sudo zypper remove
ghc-concurrency
Copied
3. Information about the ghc-concurrency package on openSuSE Tumbleweed
Information for package ghc-concurrency:
----------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : ghc-concurrency
Version : 1.11.0.2-1.8
Arch : x86_64
Vendor : openSUSE
Installed Size : 997,1 KiB
Installed : No
Status : not installed
Source package : ghc-concurrency-1.11.0.2-1.8.src
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.
----------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : ghc-concurrency
Version : 1.11.0.2-1.8
Arch : x86_64
Vendor : openSUSE
Installed Size : 997,1 KiB
Installed : No
Status : not installed
Source package : ghc-concurrency-1.11.0.2-1.8.src
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.