cvs commit: ports/devel Makefile ports/devel/hs-monad-par Makefile distinfo pkg-descr ports/lang/ghc bsd.hackage.mk

Gabor Pali pgj at FreeBSD.org
Sun Aug 14 18:01:20 UTC 2011


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


More information about the cvs-ports mailing list