Name: wai-websockets Version: 1.3.1.3 Synopsis: Provide a bridge betweeen WAI and the websockets package. License: MIT License-file: LICENSE Author: Michael Snoyman, Jasper Van der Jeugt Maintainer: michael@snoyman.com Homepage: http://github.com/yesodweb/wai Category: Web, Yesod Build-Type: Simple Cabal-Version: >=1.8 Stability: Stable Description: This is primarily intended for use with Warp and its settingsIntercept. extra-source-files: static/client.js, static/client.html, static/screen.css flag example Library Build-Depends: base >= 3 && < 5 , bytestring >= 0.9.1.4 , conduit >= 0.5 && < 1.1 , wai >= 1.3 && < 2.1 , enumerator >= 0.4.8 && < 0.5 , network-enumerator >= 0.1.2 && < 0.2 , blaze-builder >= 0.2.1.4 && < 0.4 , case-insensitive >= 0.2 , network >= 2.2.1.5 , transformers >= 0.2 && < 0.4 , websockets >= 0.6 && < 0.8 , warp >= 1.3 && < 2.1 Exposed-modules: Network.Wai.Handler.WebSockets ghc-options: -Wall source-repository head type: git location: git://github.com/yesodweb/wai.git