packages feed

network-conduit-tls 1.1.0 → 1.1.0.1

raw patch · 2 files changed

+3/−2 lines, 2 files

Files

Data/Conduit/Network/TLS.hs view
@@ -128,7 +128,7 @@           app' socket addr mlocal = do             ctx <- serverHandshake socket creds             app (tlsAppData ctx addr mlocal)-+            TLS.bye ctx  type ApplicationStartTLS = (AppData, (AppData -> IO ()) -> IO ()) -> IO () @@ -165,6 +165,7 @@                 startTls = \app' -> do                   ctx <- serverHandshake socket creds                   app' (tlsAppData ctx addr mlocal)+                  TLS.bye ctx                 in                  app (clearData, startTls) 
network-conduit-tls.cabal view
@@ -1,5 +1,5 @@ name:                network-conduit-tls-version:             1.1.0+version:             1.1.0.1 synopsis:            Create TLS-aware network code with conduits description:         Uses the tls package for a pure-Haskell implementation. homepage:            https://github.com/snoyberg/conduit