How to Install and Uninstall ghc-monad-par Package on openSuSE Tumbleweed

Last updated: May 20,2024

1. Install "ghc-monad-par" package

Please follow the steps below to install ghc-monad-par on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install ghc-monad-par

2. Uninstall "ghc-monad-par" package

Please follow the guidance below to uninstall ghc-monad-par on openSuSE Tumbleweed:

$ sudo zypper remove ghc-monad-par

3. Information about the ghc-monad-par package on openSuSE Tumbleweed

Information for package ghc-monad-par:
--------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : ghc-monad-par
Version : 0.3.5-2.15
Arch : x86_64
Vendor : openSUSE
Installed Size : 250,4 KiB
Installed : No
Status : not installed
Source package : ghc-monad-par-0.3.5-2.15.src
Summary : A library for parallel programming based on a monad
Description :
The 'Par' monad offers a simple API for parallel programming. The library works
for parallelising both pure and 'IO' computations, although only the pure
version is deterministic. The default implementation provides a work-stealing
scheduler and supports forking tasks that are much lighter weight than
IO-threads.
For complete documentation see "Control.Monad.Par".
Some examples of use can be found in the 'examples/' directory of the source
package.
Other related packages:
* 'abstract-par' provides the type classes that abstract over different
implementations of the 'Par' monad.
* 'monad-par-extras' provides extra combinators and monad transformers layered
on top of the 'Par' monad.
Changes in 0.3.4 relative to 0.3:
* Fix bugs that cause "thread blocked indefinitely on MVar" crashes.
* Added "Control.Monad.Par.IO".

5. The same packages on other Linux Distributions