websockets-snap: Snap integration for the websockets library

[ bsd3, library, network ] [ Propose Tags ]

Snap integration for the websockets library


[Skip to Readme]

Modules

[Index]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.5.0.0, 0.5.0.1, 0.6.0.0, 0.6.0.1, 0.6.0.2, 0.7.0.0, 0.8.0.0, 0.8.1.0, 0.8.2.0, 0.8.2.1, 0.8.2.2, 0.9.0.0, 0.9.1.0, 0.9.2.0, 0.10.0.0, 0.10.1.0, 0.10.1.1, 0.10.2.0, 0.10.2.1, 0.10.2.2, 0.10.2.3, 0.10.2.4, 0.10.2.5, 0.10.3.0, 0.10.3.1
Change log CHANGELOG.md
Dependencies base (>=4 && <5), bytestring (>=0.9 && <0.11), bytestring-builder (>=0.10 && <0.11), io-streams (>=1.3 && <1.6), mtl (>=2.1 && <2.3), snap-core (>=1.0 && <1.1), snap-server (>=1.0 && <1.1), websockets (>=0.9.5 && <0.13) [details]
License BSD-3-Clause
Author Jasper Van der Jeugt <m@jaspervdj.be>
Maintainer Jasper Van der Jeugt <m@jaspervdj.be>
Category Network
Source repo head: git clone https://github.com/jaspervdj/websockets-snap
Uploaded by JasperVanDerJeugt at 2017-11-26T12:33:01Z
Distributions LTSHaskell:0.10.3.1, NixOS:0.10.3.1, Stackage:0.10.3.1
Reverse Dependencies 7 direct, 10 indirect [details]
Downloads 27742 total (148 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2017-11-26 [all 1 reports]

Readme for websockets-snap-0.10.2.4

[back to package description]

websockets-snap

Provides Snap integration for the websockets library.

This library must be used with the threaded GHC runtime system. You can do this by using something like this in your cabal file:

ghc-options: -Wall -threaded -rtsopts "-with-rtsopts=-N"