1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-21 05:00:16 +00:00

haskell-atomic-primops: update to version 0.6.0.5

This commit is contained in:
Peter Simons 2014-04-17 21:12:37 +02:00
parent 0ab1f4305b
commit 6fa686c078

View file

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