mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-28 08:33:54 +00:00
17 lines
486 B
Nix
17 lines
486 B
Nix
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
{ cabal, digest, QuickCheck }:
|
|
|
|
cabal.mkDerivation (self: {
|
|
pname = "digest-pure";
|
|
version = "0.0.3";
|
|
sha256 = "0rb5jkzn1d4z90hd47qh98mf4n90wvj0cqf3qfpj7ndvw52yy95w";
|
|
testDepends = [ digest QuickCheck ];
|
|
meta = {
|
|
homepage = "http://github.com/danieldk/digest-pure";
|
|
description = "Pure hash functions for bytestrings";
|
|
license = "unknown";
|
|
platforms = self.ghc.meta.platforms;
|
|
};
|
|
})
|