diff options
Diffstat (limited to 'dev-haskell/monad-par/metadata.xml')
-rw-r--r-- | dev-haskell/monad-par/metadata.xml | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/dev-haskell/monad-par/metadata.xml b/dev-haskell/monad-par/metadata.xml index 5e1e0b759dbe..33ab394d65e2 100644 --- a/dev-haskell/monad-par/metadata.xml +++ b/dev-haskell/monad-par/metadata.xml @@ -5,11 +5,11 @@ <longdescription> This library offers an alternative parallel programming API to that provided by the @parallel@ package. - The 'Par' monad allows the simple description of + 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 'IVar's. + and simple communication in terms of 'IVar's. The library comes with an efficient work-stealing implementation, but the internals are also exposed so that you can build your own scheduler @@ -20,4 +20,7 @@ <use> <flag name="chaselev">Use Chase-Lev Deques for higher-perf work-stealing.</flag> </use> + <upstream> + <remote-id type="github">simonmar/monad-par</remote-id> + </upstream> </pkgmetadata> |