Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 3 Jun 2012 18:57: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/hs-abstract-par Makefile distinfo pkg-descr ports/lang/ghc bsd.hackage.mk
Message-ID:  <201206031857.q53IvK8f070725@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201206031857.q53IvK8f070725>