haskell-atomic-primops: update to version 0.6

This commit is contained in:
Peter Simons 2014-02-03 10:25:59 +01:00
parent aaa462c4bc
commit 55bcf1bcc5

View File

@ -2,11 +2,11 @@
cabal.mkDerivation (self: { cabal.mkDerivation (self: {
pname = "atomic-primops"; pname = "atomic-primops";
version = "0.5"; version = "0.6";
sha256 = "0pni44gi9sh4l3hxwh7bqadhh6nc7v8w869sv9n45vkxwhhwbk4i"; sha256 = "0jj4mv9vzk7s257gnjs00fza6shr7j9bv8p48gj61yncg0qdypiz";
buildDepends = [ Cabal primitive ]; buildDepends = [ Cabal primitive ];
meta = { meta = {
homepage = "https://github.com/rrnewton/haskell-lockfree-queue/wiki"; homepage = "https://github.com/rrnewton/haskell-lockfree/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";
license = self.stdenv.lib.licenses.bsd3; license = self.stdenv.lib.licenses.bsd3;
platforms = self.ghc.meta.platforms; platforms = self.ghc.meta.platforms;