packages feed

wuss 2.0.0.0 → 2.0.0.1

raw patch · 2 files changed

+7/−1 lines, 2 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

source/library/Wuss.hs view
@@ -37,6 +37,12 @@     >     loop     >     >     sendClose connection (pack "Bye!")++    == Retry++    Note that it is possible for the connection itself or any message to fail and need to be retried.+    Fortunately this can be handled by something like <https://hackage.haskell.org/package/retry the retry package>.+    See <https://github.com/tfausak/wuss/issues/18#issuecomment-990921703 this comment> for an example. -} module Wuss   ( runSecureClient
wuss.cabal view
@@ -1,7 +1,7 @@ cabal-version: 2.2  name: wuss-version: 2.0.0.0+version: 2.0.0.1  synopsis: Secure WebSocket (WSS) clients description: