summary refs log tree commit diff
path: root/pkgs/development/libraries/haskell/SHA2/default.nix
blob: 769192146ae58d52cc80571ff09ae1b14c14851e (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, AES, monadsTf, transformers }:

cabal.mkDerivation (self: {
  pname = "SHA2";
  version = "0.2.5";
  sha256 = "1zs79a327x6myfam3p2vr8lmszcaqnkll2qz8n4sy835vz328j40";
  buildDepends = [ AES monadsTf transformers ];
  meta = {
    description = "Fast, incremental SHA hashing for bytestrings";
    license = self.stdenv.lib.licenses.bsd3;
    platforms = self.ghc.meta.platforms;
  };
})