haskell-atomic-primops: update to version 0.2.2
This commit is contained in:
parent
cc121fb9fe
commit
eda01e3439
@ -1,10 +1,10 @@
|
|||||||
{ cabal, Cabal, primitive }:
|
{ cabal, bitsAtomic, Cabal, primitive }:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "atomic-primops";
|
pname = "atomic-primops";
|
||||||
version = "0.1.0.2";
|
version = "0.2.2";
|
||||||
sha256 = "1qjm97hi2wr658yk7f5cfppizaawmrkvs2q7qzq00h14fr71xxca";
|
sha256 = "1a3svsh96pl6915g70sf9zhqby0ahhifww6m13cn0zr4za32vl7n";
|
||||||
buildDepends = [ Cabal primitive ];
|
buildDepends = [ bitsAtomic 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";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user