mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-15 13:37:21 +03:00
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: {
|
||||
pname = "atomic-primops";
|
||||
version = "0.1.0.2";
|
||||
sha256 = "1qjm97hi2wr658yk7f5cfppizaawmrkvs2q7qzq00h14fr71xxca";
|
||||
buildDepends = [ Cabal primitive ];
|
||||
version = "0.2.2";
|
||||
sha256 = "1a3svsh96pl6915g70sf9zhqby0ahhifww6m13cn0zr4za32vl7n";
|
||||
buildDepends = [ bitsAtomic Cabal primitive ];
|
||||
meta = {
|
||||
homepage = "https://github.com/rrnewton/haskell-lockfree-queue/wiki";
|
||||
description = "A safe approach to CAS and other atomic ops in Haskell";
|
||||
|
Loading…
Reference in New Issue
Block a user