How to Install and Uninstall ghc-concurrency Package on openSUSE Leap
Last updated: January 11,2025
1. Install "ghc-concurrency" package
Please follow the guidelines below to install ghc-concurrency on openSUSE Leap
$
sudo zypper refresh
Copied
$
sudo zypper install
ghc-concurrency
Copied
2. Uninstall "ghc-concurrency" package
Please follow the guidelines below to uninstall ghc-concurrency on openSUSE Leap:
$
sudo zypper remove
ghc-concurrency
Copied
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.
----------------------------------------
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.