summary refs log tree commit diff
path: root/pkgs/development/libraries/haskell/primitive/0.5.3.0.nix
blob: 4f6d728122c7955e4f08f0366ebbbc9e3e4b4a05 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# This file was auto-generated by cabal2nix. Please do NOT edit manually!

{ cabal }:

cabal.mkDerivation (self: {
  pname = "primitive";
  version = "0.5.3.0";
  sha256 = "11wfdnhrgb7606d5sywqzlvnhzf45a9ywl9wghysvmr0mq2iypvn";
  meta = {
    homepage = "https://github.com/haskell/primitive";
    description = "Primitive memory-related operations";
    license = self.stdenv.lib.licenses.bsd3;
    platforms = self.ghc.meta.platforms;
    hydraPlatforms = self.stdenv.lib.platforms.none;
  };
})