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

{ cabal }:

cabal.mkDerivation (self: {
  pname = "murmur-hash";
  version = "0.1.0.7";
  sha256 = "125v4ypiv8n2m8zd1yi46prz96yy79ap0yzhm4vhrws4cf1zapkp";
  meta = {
    homepage = "http://github.com/nominolo/murmur-hash";
    description = "MurmurHash2 implementation for Haskell";
    license = self.stdenv.lib.licenses.bsd3;
    platforms = self.ghc.meta.platforms;
  };
})