1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00
nixpkgs/pkgs/development/libraries/haskell/atomic-primops/default.nix
2014-07-28 20:32:53 +02:00

17 lines
525 B
Nix

# This file was auto-generated by cabal2nix. Please do NOT edit manually!
{ cabal, primitive }:
cabal.mkDerivation (self: {
pname = "atomic-primops";
version = "0.6.0.6";
sha256 = "10i9s6d9951z9bf88w1vxcfb9z9axm2q4kf8wy6zd5gcc8hm7wcb";
buildDepends = [ primitive ];
meta = {
homepage = "https://github.com/rrnewton/haskell-lockfree/wiki";
description = "A safe approach to CAS and other atomic ops in Haskell";
license = self.stdenv.lib.licenses.bsd3;
platforms = self.ghc.meta.platforms;
};
})