2014-07-14 12:21:41 +01:00
|
|
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
|
2012-02-16 14:05:41 +00:00
|
|
|
{ cabal }:
|
2011-04-01 00:21:36 +01:00
|
|
|
|
2011-08-10 00:00:20 +01:00
|
|
|
cabal.mkDerivation (self: {
|
2011-04-01 00:21:36 +01:00
|
|
|
pname = "murmur-hash";
|
2014-02-05 09:42:58 +00:00
|
|
|
version = "0.1.0.7";
|
|
|
|
sha256 = "125v4ypiv8n2m8zd1yi46prz96yy79ap0yzhm4vhrws4cf1zapkp";
|
2011-04-01 00:21:36 +01:00
|
|
|
meta = {
|
2011-08-10 00:00:20 +01:00
|
|
|
homepage = "http://github.com/nominolo/murmur-hash";
|
2011-08-11 14:03:51 +01:00
|
|
|
description = "MurmurHash2 implementation for Haskell";
|
2011-08-10 00:00:20 +01:00
|
|
|
license = self.stdenv.lib.licenses.bsd3;
|
|
|
|
platforms = self.ghc.meta.platforms;
|
2011-04-01 00:21:36 +01:00
|
|
|
};
|
|
|
|
})
|