2014-07-14 11:21:41 +00:00
|
|
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
|
2014-04-17 19:12:37 +00:00
|
|
|
{ cabal, primitive }:
|
2013-05-10 20:23:32 +00:00
|
|
|
|
|
|
|
cabal.mkDerivation (self: {
|
|
|
|
pname = "atomic-primops";
|
2014-07-28 10:17:42 +00:00
|
|
|
version = "0.6.0.6";
|
|
|
|
sha256 = "10i9s6d9951z9bf88w1vxcfb9z9axm2q4kf8wy6zd5gcc8hm7wcb";
|
2014-04-17 19:12:37 +00:00
|
|
|
buildDepends = [ primitive ];
|
2013-05-10 20:23:32 +00:00
|
|
|
meta = {
|
2014-02-03 09:25:59 +00:00
|
|
|
homepage = "https://github.com/rrnewton/haskell-lockfree/wiki";
|
2013-05-10 20:23:32 +00:00
|
|
|
description = "A safe approach to CAS and other atomic ops in Haskell";
|
|
|
|
license = self.stdenv.lib.licenses.bsd3;
|
|
|
|
platforms = self.ghc.meta.platforms;
|
|
|
|
};
|
|
|
|
})
|