websockets-snap: Snap integration for the websockets library

[ bsd3, library, network ] [ Propose Tags ]

Snap integration for the websockets library


[Skip to Readme]

Modules

[Index] [Quick Jump]

Downloads

Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.

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.13), bytestring-builder (>=0.10 && <0.11), io-streams (>=1.3 && <1.6), mtl (>=2.1 && <2.4), snap-core (>=1.0 && <1.1), snap-server (>=1.0 && <1.2), websockets (>=0.9.5 && <0.14) [details]
License BSD-3-Clause
Author Jasper Van der Jeugt <m@jaspervdj.be>
Maintainer Jasper Van der Jeugt <m@jaspervdj.be>
Revised Revision 2 made by JasperVanDerJeugt at 2024-02-01T08:19:08Z
Category Network
Source repo head: git clone https://github.com/jaspervdj/websockets-snap
Uploaded by JasperVanDerJeugt at 2019-05-06T11:31:08Z
Distributions LTSHaskell:0.10.3.1, NixOS:0.10.3.1, Stackage:0.10.3.1
Reverse Dependencies 7 direct, 10 indirect [details]
Downloads 27737 total (146 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2019-05-06 [all 1 reports]

Readme for websockets-snap-0.10.3.1

[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"