18250b97ae
had added him earlier.
15 lines
458 B
Nix
15 lines
458 B
Nix
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
{ cabal, zlib }:
|
|
|
|
cabal.mkDerivation (self: {
|
|
pname = "digest";
|
|
version = "0.0.1.2";
|
|
sha256 = "04gy2zp8yzvv7j9bdfvmfzcz3sqyqa6rwslqcn4vyair2vmif5v4";
|
|
extraLibraries = [ zlib ];
|
|
meta = {
|
|
description = "Various cryptographic hashes for bytestrings; CRC32 and Adler32 for now";
|
|
license = self.stdenv.lib.licenses.bsd3;
|
|
platforms = self.ghc.meta.platforms;
|
|
};
|
|
})
|