warp-tls-uid 0.1.0.3 → 0.1.0.4
raw patch · 2 files changed
+3/−3 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
src-lib/Network/Wai/Handler/WarpTLS/Params.hs view
@@ -26,7 +26,7 @@ initParam :: Params initParam = updateServerParams (\sp -> sp { serverWantClientCert = False }) $ defaultParamsServer {- pUseSecureRenegotiation = False,+ pUseSecureRenegotiation = True, pAllowedVersions = [SSL3, TLS10, TLS11, TLS12], pCiphers = [ cipher_AES128_SHA1, cipher_AES256_SHA1,
warp-tls-uid.cabal view
@@ -4,7 +4,7 @@ category: Yesod name: warp-tls-uid-version: 0.1.0.3+version: 0.1.0.4 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.3+ tag: 0.1.0.4 Flag test Description: test