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

{ cabal, conduit, conduitExtra, cryptohash, resourcet, transformers
}:

cabal.mkDerivation (self: {
  pname = "cryptohash-conduit";
  version = "0.1.1";
  sha256 = "1kmlskgb0jx8hkzdncr24aqir9k1kyfcb2rypvkdld1yin4nslga";
  buildDepends = [
    conduit conduitExtra cryptohash resourcet transformers
  ];
  meta = {
    homepage = "http://github.com/vincenthz/hs-cryptohash-conduit";
    description = "cryptohash conduit";
    license = self.stdenv.lib.licenses.bsd3;
    platforms = self.ghc.meta.platforms;
  };
})