packages feed

warp-tls 2.0.0 → 2.0.0.1

raw patch · 2 files changed

+2/−2 lines, 2 files

Files

Network/Wai/Handler/WarpTLS.hs view
@@ -188,7 +188,7 @@  -- | Running 'Application' with 'TLSSettings' and 'Settings'. runTLS :: TLSSettings -> Settings -> Application -> IO ()-runTLS tset set app =+runTLS tset set app = withSocketsDo $     bracket         (bindPort (settingsPort set) (settingsHost set))         sClose
warp-tls.cabal view
@@ -1,5 +1,5 @@ Name:                warp-tls-Version:             2.0.0+Version:             2.0.0.1 Synopsis:            HTTP over SSL/TLS support for Warp via the TLS package License:             MIT License-file:        LICENSE