packages feed

websockets-snap 0.6.0.0 → 0.6.0.1

raw patch · 2 files changed

+2/−2 lines, 2 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

src/Network/WebSockets/Snap.hs view
@@ -27,7 +27,7 @@     rq <- Snap.getRequest     Snap.escapeHttp $ \tickle writeEnd ->         let options' = options-                { WS.onPong = tickle (+ 30) >> WS.onPong options+                { WS.onPong = tickle (max 30) >> WS.onPong options                 }          in WS.runWebSocketsWith options' (fromSnapRequest rq) ws writeEnd
websockets-snap.cabal view
@@ -1,5 +1,5 @@ Name:          websockets-snap-Version:       0.6.0.0+Version:       0.6.0.1 Synopsis:      Snap integration for the websockets library Description:   Snap integration for the websockets library License:       BSD3