Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 3 Jun 2012 18:58:41 +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-bits-atomic Makefile distinfo pkg-descr ports/lang/ghc bsd.hackage.mk
Message-ID:  <201206031858.q53IwfLX071450@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
pgj         2012-06-03 18:58:41 UTC

  FreeBSD ports repository

  Modified files:
    lang/ghc             bsd.hackage.mk 
  Added files:
    devel/hs-bits-atomic Makefile distinfo pkg-descr 
  Log:
  Atomic operations including CAS (compare-and-swap), fetch & add and variants
  suitable for low-level shared-memory synchronization. The implementation
  is using GCC's builtin atomic operations (available in GCC >= 4) in C
  wrappers called through the FFI.
  
  WWW:    http://hackage.haskell.org/package/bits-atomic
  
  Obtained from:  FreeBSD Haskell
  
  Revision  Changes    Path
  1.1       +21 -0     ports/devel/hs-bits-atomic/Makefile (new)
  1.1       +2 -0      ports/devel/hs-bits-atomic/distinfo (new)
  1.1       +6 -0      ports/devel/hs-bits-atomic/pkg-descr (new)
  1.173     +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?201206031858.q53IwfLX071450>