看板 FB_cvs 關於我們 聯絡資訊
pgj 2012-06-03 18:57:20 UTC FreeBSD ports repository Modified files: lang/ghc bsd.hackage.mk Added files: devel/hs-abstract-par Makefile distinfo pkg-descr Log: 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 IVars. 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. WWW: https://github.com/simonmar/monad-par Obtained from: FreeBSD Haskell Revision Changes Path 1.1 +20 -0 ports/devel/hs-abstract-par/Makefile (new) 1.1 +2 -0 ports/devel/hs-abstract-par/distinfo (new) 1.1 +10 -0 ports/devel/hs-abstract-par/pkg-descr (new) 1.172 +2 -1 ports/lang/ghc/bsd.hackage.mk _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"