packages feed

warp-tls 1.3.5 → 1.3.5.1

raw patch · 2 files changed

+4/−4 lines, 2 filesdep ~conduitdep ~network-conduitPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: conduit, network-conduit

API changes (from Hackage documentation)

Files

Network/Wai/Handler/WarpTLS.hs view
@@ -128,7 +128,7 @@                                 $ filter ((== "RSA PRIVATE KEY") . PEM.pemName) pems           parseKey (Left err) = error $ "Cannot parse PEM file: " ++ err -takeMost :: Monad m => Int -> C.GLSink B.ByteString m B.ByteString+takeMost :: Monad m => Int -> C.Sink B.ByteString m B.ByteString takeMost i =     C.await >>= maybe (return B.empty) go   where
warp-tls.cabal view
@@ -1,5 +1,5 @@ Name:                warp-tls-Version:             1.3.5+Version:             1.3.5.1 Synopsis:            SSL support for Warp via the TLS package License:             MIT License-file:        LICENSE@@ -18,8 +18,8 @@                    , wai                           >= 1.3      && < 1.4                    , warp                          >= 1.3.5    && < 1.4                    , transformers                  >= 0.2-                   , conduit                       >= 0.5      && < 0.6-                   , network-conduit               >= 0.6      && < 0.7+                   , conduit                       >= 0.5      && < 1.1+                   , network-conduit               >= 0.6      && < 1.1                    , certificate                   >= 1.2                    , pem                           >= 0.1                    , cryptocipher                  >= 0.3