warp-tls-uid 0.1.0.2 → 0.1.0.3
raw patch · 2 files changed
+3/−3 lines, 2 files
Files
src-lib/Network/Wai/Handler/WarpTLS/TLS.hs view
@@ -1,5 +1,5 @@ module Network.Wai.Handler.WarpTLS.TLS (- Params(pCiphers, pCertificates, pAllowedVersions),+ Params(pCiphers, pCertificates, pAllowedVersions, pUseSecureRenegotiation), Backend(Backend, backendSend, backendRecv, backendFlush, backendClose), contextNew, handshake, sendData, recvData, bye,
warp-tls-uid.cabal view
@@ -4,7 +4,7 @@ category: Yesod name: warp-tls-uid-version: 0.1.0.2+version: 0.1.0.3 stability: Experimental author: Yoshikuni Jujo <PAF01143@nifty.ne.jp>@@ -23,7 +23,7 @@ source-repository this type: git location: git://github.com/YoshikuniJujo/warp-tls-uid- tag: 0.1.0.2+ tag: 0.1.0.3 Flag test Description: test