24 lines
858 B
Nix
24 lines
858 B
Nix
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
{ cabal, conduit, conduitExtra, connection, cprngAes, dataDefault
|
|
, HUnit, monadControl, mtl, network, streamingCommons, systemFileio
|
|
, systemFilepath, tls, transformers
|
|
}:
|
|
|
|
cabal.mkDerivation (self: {
|
|
pname = "network-conduit-tls";
|
|
version = "1.1.0.1";
|
|
sha256 = "13axzdzcljv240nkrfpycj184ap94hn6zsk9mszp5k48rb3ddc8a";
|
|
buildDepends = [
|
|
conduit conduitExtra connection cprngAes dataDefault monadControl
|
|
network streamingCommons systemFileio systemFilepath tls
|
|
transformers
|
|
];
|
|
testDepends = [ conduit conduitExtra connection HUnit mtl ];
|
|
meta = {
|
|
homepage = "https://github.com/snoyberg/conduit";
|
|
description = "Create TLS-aware network code with conduits";
|
|
license = self.stdenv.lib.licenses.mit;
|
|
platforms = self.ghc.meta.platforms;
|
|
};
|
|
})
|