3b2254a3af
There is no point in receiving hundreds of e-mails; I cannot read them anyway.
15 lines
425 B
Nix
15 lines
425 B
Nix
{ cabal }:
|
|
|
|
cabal.mkDerivation (self: {
|
|
pname = "primitive";
|
|
version = "0.5.0.1";
|
|
sha256 = "04s33xqxz68ddppig5pjf7ki1y5y62xzzzmg3b5pkcxp0r6rsv2j";
|
|
meta = {
|
|
homepage = "http://code.haskell.org/primitive";
|
|
description = "Primitive memory-related operations";
|
|
license = self.stdenv.lib.licenses.bsd3;
|
|
platforms = self.ghc.meta.platforms;
|
|
maintainers = [ self.stdenv.lib.maintainers.andres ];
|
|
};
|
|
})
|