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

{ cabal, cereal, conduit, conduitExtra, cryptoApi, cryptocipher
, cryptohashCryptoapi, hspec, resourcet, skein, transformers
}:

cabal.mkDerivation (self: {
  pname = "crypto-conduit";
  version = "0.5.5";
  sha256 = "0zd4smj3rk2x1msl8z8f5y01x4b87rhgm45g26g6c3dsdasn1lyf";
  buildDepends = [
    cereal conduit conduitExtra cryptoApi resourcet transformers
  ];
  testDepends = [
    cereal conduit conduitExtra cryptoApi cryptocipher
    cryptohashCryptoapi hspec skein transformers
  ];
  jailbreak = true;
  doCheck = false;
  meta = {
    homepage = "https://github.com/prowdsponsor/crypto-conduit";
    description = "Conduit interface for cryptographic operations (from crypto-api)";
    license = self.stdenv.lib.licenses.bsd3;
    platforms = self.ghc.meta.platforms;
  };
})