Name: websockets-snap Version: 0.10.1.0 Synopsis: Snap integration for the websockets library Description: Snap integration for the websockets library License: BSD3 License-file: LICENSE Author: Jasper Van der Jeugt Maintainer: Jasper Van der Jeugt Category: Network Build-type: Simple Cabal-version: >= 1.6 Extra-source-files: CHANGELOG Library Hs-source-dirs: src Ghc-options: -Wall Exposed-modules: Network.WebSockets.Snap Build-depends: base >= 4 && < 5, bytestring >= 0.9 && < 0.11, io-streams >= 1.3 && < 1.4, mtl >= 2.1 && < 2.3, snap-core >= 1.0 && < 1.1, snap-server >= 1.0 && < 1.1, websockets >= 0.9.5 && < 0.10 Source-repository head Type: git Location: https://github.com/jaspervdj/websockets-snap