OpenBSD CVS

CVS log for ports/devel/hs-monad-par/Attic/distinfo


[BACK] Up to [local] / ports / devel / hs-monad-par

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.3, Thu Sep 24 19:07:57 2015 UTC (8 years, 8 months ago) by kili
Branch: MAIN
CVS Tags: HEAD
Changes since 1.2: +0 -0 lines
FILE REMOVED

Remove hs-blaze-builder-enumerator, hs-monad-par, and hs-monad-par-extras.
Not used by anything.

Revision 1.2 / (download) - annotate - [select for diffs], Mon Dec 15 20:02:20 2014 UTC (9 years, 5 months ago) by kili
Branch: MAIN
CVS Tags: OPENBSD_5_8_BASE, OPENBSD_5_8, OPENBSD_5_7_BASE, OPENBSD_5_7
Changes since 1.1: +2 -2 lines
Diff to previous 1.1 (unified)

Update to hs-monad-par-0.3.4.7.

Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Wed Oct 31 19:19:40 2012 UTC (11 years, 7 months ago) by kili
Branch: kili
CVS Tags: kili_20121031, OPENBSD_5_6_BASE, OPENBSD_5_6, OPENBSD_5_5_BASE, OPENBSD_5_5, OPENBSD_5_4_BASE, OPENBSD_5_4, OPENBSD_5_3_BASE, OPENBSD_5_3
Changes since 1.1: +0 -0 lines
Diff to previous 1.1 (unified)

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 '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 if necessary.

ok jasper@


Revision 1.1 / (download) - annotate - [select for diffs], Wed Oct 31 19:19:40 2012 UTC (11 years, 7 months ago) by kili
Branch: MAIN

Initial revision

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.