mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-20 11:05:14 +00:00
haskell-atomic-primops: update to version 0.5
This commit is contained in:
parent
6e0de16709
commit
a1d67d5996
@ -1,10 +1,10 @@
|
||||
{ cabal, bitsAtomic, Cabal, primitive }:
|
||||
{ cabal, Cabal, primitive }:
|
||||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "atomic-primops";
|
||||
version = "0.4";
|
||||
sha256 = "01sg0yn25fs0z7dmrvhyp3amay9l028xs570xhy6vvplrji1mxf0";
|
||||
buildDepends = [ bitsAtomic Cabal primitive ];
|
||||
version = "0.5";
|
||||
sha256 = "0pni44gi9sh4l3hxwh7bqadhh6nc7v8w869sv9n45vkxwhhwbk4i";
|
||||
buildDepends = [ 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