summary refs log tree commit diff
path: root/pkgs/development/libraries/haskell/pureMD5/default.nix
blob: 0252f8dc6df88c71ea0961a48eb7fac5bbf39f57 (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, binary, cereal, cryptoApi, tagged }:

cabal.mkDerivation (self: {
  pname = "pureMD5";
  version = "2.1.2.1";
  sha256 = "1zsn949qk95bwx1fbyv84q0lhb4k18bgixl7nivfzsnmhr31fs37";
  buildDepends = [ binary cereal cryptoApi tagged ];
  meta = {
    description = "A Haskell-only implementation of the MD5 digest (hash) algorithm";
    license = self.stdenv.lib.licenses.bsd3;
    platforms = self.ghc.meta.platforms;
  };
})