Date: Sun, 14 Aug 2011 18:01:20 +0000 (UTC) From: Gabor Pali <pgj@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel Makefile ports/devel/hs-monad-par Makefile distinfo pkg-descr ports/lang/ghc bsd.hackage.mk Message-ID: <201108141801.p7EI1K0T061154@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
pgj 2011-08-14 18:01:20 UTC FreeBSD ports repository Modified files: devel Makefile lang/ghc bsd.hackage.mk Added files: devel/hs-monad-par Makefile distinfo pkg-descr Log: 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. WWW: http://github.com/simonmar/monad-par Obtained from: FreeBSD Haskell Revision Changes Path 1.4502 +1 -0 ports/devel/Makefile 1.1 +21 -0 ports/devel/hs-monad-par/Makefile (new) 1.1 +2 -0 ports/devel/hs-monad-par/distinfo (new) 1.1 +9 -0 ports/devel/hs-monad-par/pkg-descr (new) 1.71 +2 -1 ports/lang/ghc/bsd.hackage.mk
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201108141801.p7EI1K0T061154>