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

{ cabal, binary }:

cabal.mkDerivation (self: {
  pname = "SHA";
  version = "1.6.4.1";
  sha256 = "03fwpl8hrl9q197w8v1glqi5g1d51c7hz4m8zi5s8x1yvpbwcfvl";
  isLibrary = true;
  isExecutable = true;
  buildDepends = [ binary ];
  meta = {
    description = "Implementations of the SHA suite of message digest functions";
    license = self.stdenv.lib.licenses.bsd3;
    platforms = self.ghc.meta.platforms;
  };
})