How to Install and Uninstall libghc-monad-par-dev Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 18,2024

1. Install "libghc-monad-par-dev" package

This tutorial shows how to install libghc-monad-par-dev on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libghc-monad-par-dev

2. Uninstall "libghc-monad-par-dev" package

This tutorial shows how to uninstall libghc-monad-par-dev on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove libghc-monad-par-dev $ sudo apt autoclean && sudo apt autoremove

3. Information about the libghc-monad-par-dev package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: libghc-monad-par-dev
Priority: extra
Section: universe/haskell
Installed-Size: 778
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Haskell Group
Architecture: amd64
Source: haskell-monad-par
Version: 0.3.4.7-7build1
Provides: libghc-monad-par-dev-0.3.4.7-b946a
Depends: libghc-abstract-deque-dev-0.3-51ba5, libghc-abstract-par-dev-0.3.3-5ecce, libghc-array-dev-0.5.1.0-960bf, libghc-base-dev-4.8.2.0-0d6d1, libghc-containers-dev-0.5.6.2-59326, libghc-deepseq-dev-1.4.1.1-614b6, libghc-monad-par-extras-dev-0.3.3-ba92a, libghc-mtl-dev-2.2.1-3af90, libghc-mwc-random-dev-0.13.3.2-168a8, libghc-parallel-dev-3.2.1.0-13fa5, libc6 (>= 2.2.5)
Suggests: libghc-monad-par-doc, libghc-monad-par-prof
Filename: pool/universe/h/haskell-monad-par/libghc-monad-par-dev_0.3.4.7-7build1_amd64.deb
Size: 92698
MD5sum: 198b621735d9dc68f438820aa90acc0e
SHA1: 7fb6d2e97399ec5648d77372e887f773cca9e839
SHA256: a6f37f49c60edc1ed861e4dc8ac1ee14ce00f669870c04fcc20db5259ff9c1eb
Description-en: parallel programming based on a monad
This library offers an alternative parallel programming API to that
provided by the parallel package. The Par monad allows the simple
description of parallel computations, and can be used to add
parallelism to pure Haskell code. The basic API is straightforward:
the monad supports forking and simple communication in terms of IVars.
.
The library comes with an efficient work-stealing implementation, but
the internals are also exposed so that you can build your own scheduler
if necessary.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Description-md5: ae27621305c99d6243fa0699f0ace19d
Homepage: https://github.com/simonmar/monad-par
Ghc-Package: monad-par-0.3.4.7-b946a691a7b7f0f99470cc7ee6c4d851
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu