summaryrefslogtreecommitdiff
path: root/dev-haskell/abstract-par/metadata.xml
diff options
context:
space:
mode:
Diffstat (limited to 'dev-haskell/abstract-par/metadata.xml')
-rw-r--r--dev-haskell/abstract-par/metadata.xml20
1 files changed, 0 insertions, 20 deletions
diff --git a/dev-haskell/abstract-par/metadata.xml b/dev-haskell/abstract-par/metadata.xml
index 0dd7f40405b4..b7878815d80d 100644
--- a/dev-haskell/abstract-par/metadata.xml
+++ b/dev-haskell/abstract-par/metadata.xml
@@ -5,24 +5,4 @@
<email>haskell@gentoo.org</email>
<name>Gentoo Haskell</name>
</maintainer>
- <longdescription>
- The 'Par' monad(s) offer an alternative
- parallel programming API to that provided by the
- @parallel@ package.
- A '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: a @Par@ monad supports forking
- and simple communication in terms of 'IVar's.
- This module is an interface module only. It
- provides a number of type clasess, but not an
- implementation. The type classes separate different
- levels of @Par@ functionality. See the
- "Control.Monad.Par.Class" module for more details.
- The 'monad-par' library is one example of a
- concrete library providing this interface.
- </longdescription>
- <upstream>
- <remote-id type="github">simonmar/monad-par</remote-id>
- </upstream>
</pkgmetadata>