packages feed

wai-websockets 3.0.0.2 → 3.0.0.3

raw patch · 3 files changed

+7/−2 lines, 3 files

Files

+ ChangeLog.md view
@@ -0,0 +1,1 @@+No changes logged yet.
+ README.md view
@@ -0,0 +1,3 @@+## wai-websockets++Use websockets with WAI applications, primarily those hosted via Warp.
wai-websockets.cabal view
@@ -1,5 +1,5 @@ Name:                wai-websockets-Version:             3.0.0.2+Version:             3.0.0.3 Synopsis:            Provide a bridge betweeen WAI and the websockets package. License:             MIT License-file:        LICENSE@@ -10,9 +10,10 @@ Build-Type:          Simple Cabal-Version:       >=1.8 Stability:           Stable-Description:         This is primarily intended for use with Warp and its settingsIntercept.+description:         API docs and the README are available at <http://www.stackage.org/package/wai-websockets>.  extra-source-files: static/client.js, static/client.html, static/screen.css+                    README.md ChangeLog.md  flag example