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

{ cabal, byteable, HUnit, QuickCheck, tasty, tastyHunit
, tastyQuickcheck
}:

cabal.mkDerivation (self: {
  pname = "cryptohash";
  version = "0.11.6";
  sha256 = "0dyzcaxr8vhzqq9hj4240rxpi87h4ps87yz09klz723shls26f6s";
  buildDepends = [ byteable ];
  testDepends = [
    byteable HUnit QuickCheck tasty tastyHunit tastyQuickcheck
  ];
  meta = {
    homepage = "http://github.com/vincenthz/hs-cryptohash";
    description = "collection of crypto hashes, fast, pure and practical";
    license = self.stdenv.lib.licenses.bsd3;
    platforms = self.ghc.meta.platforms;
  };
})