Name: twentefp-websockets
Version: 0.1.0.1
Synopsis:
A fork of the popular websockets package. It is used for the practical assignments of the University of Twente. A sensible and clean way to write WebSocket-capable servers in Haskell.
Description:
A fork of the popular websockets package. It is used for the practical assignments of the University of Twente.
License: BSD3
License-file: LICENCE
Copyright: (c) 2010-2011 Siniša Biđin
(c) 2011-2013 Jasper Van der Jeugt
(c) 2011 Steffen Schuldenzucker
(c) 2011 Alex Lang
Author: Siniša Biđin <sinisa@bidin.cc>
Jasper Van der Jeugt <m@jaspervdj.be>
Steffen Schuldenzucker <steffen.schuldenzucker@googlemail.com>
Alex Lang <lang@tsurucapital.com>
Sebastiaan la Fleur <sebastiaan.la.fleur@gmail.com>
Maintainer: Sebastiaan la Fleur <sebastiaan.la.fleur@gmail.com>
Stability: experimental
Category: Network
Build-type: Simple
Cabal-version: >= 1.8
Library
Hs-source-dirs: src
Ghc-options: -Wall
Exposed-modules:
Network.WebSockets
Other-modules:
Network.WebSockets.Client
Network.WebSockets.Connection
Network.WebSockets.ExtendedServer
Network.WebSockets.Http
Network.WebSockets.Hybi13
Network.WebSockets.Hybi13.Demultiplex
Network.WebSockets.Hybi13.Mask
Network.WebSockets.Protocol
Network.WebSockets.Server
Network.WebSockets.Types
Build-depends:
attoparsec >= 0.9 && < 0.13,
base >= 4 && < 5,
base64-bytestring >= 0.1 && < 1.1,
binary >= 0.5 && < 0.8,
blaze-builder >= 0.3 && < 0.4,
bytestring >= 0.9 && < 0.11,
case-insensitive >= 0.3 && < 1.3,
containers >= 0.3 && < 0.6,
concurrent-extra >=0.7 && < 0.8,
io-streams >= 1.1 && < 1.2,
mtl >= 2.0 && < 2.3,
network >= 2.3 && < 2.6,
random >= 1.0 && < 1.1,
SHA >= 1.5 && < 1.7,
text >= 0.10 && < 1.2,
entropy >= 0.2.1 && < 0.4
Source-repository head
Type: git
Location: https://github.com/Fathardie/websockets