haskell-atomic-primops: update to version 0.5

This commit is contained in:
Peter Simons 2014-01-25 16:52:41 +01:00
parent 6e0de16709
commit a1d67d5996

View File

@ -1,10 +1,10 @@
{ cabal, bitsAtomic, Cabal, primitive }: { cabal, Cabal, primitive }:
cabal.mkDerivation (self: { cabal.mkDerivation (self: {
pname = "atomic-primops"; pname = "atomic-primops";
version = "0.4"; version = "0.5";
sha256 = "01sg0yn25fs0z7dmrvhyp3amay9l028xs570xhy6vvplrji1mxf0"; sha256 = "0pni44gi9sh4l3hxwh7bqadhh6nc7v8w869sv9n45vkxwhhwbk4i";
buildDepends = [ bitsAtomic Cabal primitive ]; buildDepends = [ Cabal primitive ];
meta = { meta = {
homepage = "https://github.com/rrnewton/haskell-lockfree-queue/wiki"; homepage = "https://github.com/rrnewton/haskell-lockfree-queue/wiki";
description = "A safe approach to CAS and other atomic ops in Haskell"; description = "A safe approach to CAS and other atomic ops in Haskell";