2014-07-14 12:21:41 +01:00
|
|
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
|
2012-05-07 10:36:49 +01:00
|
|
|
{ cabal }:
|
|
|
|
|
|
|
|
cabal.mkDerivation (self: {
|
|
|
|
pname = "bits-atomic";
|
|
|
|
version = "0.1.3";
|
|
|
|
sha256 = "13fbakkwcdk63dm7r0mcsanm5mijp73c7x1kxpay2f03rxb39b70";
|
|
|
|
isLibrary = true;
|
|
|
|
isExecutable = true;
|
|
|
|
meta = {
|
|
|
|
description = "Atomic bit operations on memory locations for low-level synchronization";
|
|
|
|
license = self.stdenv.lib.licenses.bsd3;
|
|
|
|
platforms = self.ghc.meta.platforms;
|
|
|
|
};
|
|
|
|
})
|