@hackage websockets-snap0.10.3.1
Snap integration for the websockets library
Categories
License
BSD-3-Clause
Maintainer
Jasper Van der Jeugt <m@jaspervdj.be>
Links
Versions
Installation
Dependencies (8)
- 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 Show all…
Dependents (8)
@hackage/hanabi-dealer, @hackage/threepenny-gui, @hackage/acme-everything, @hackage/QuickPlot, @hackage/quoridor-hs, @hackage/elm-reactor, Show all…
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"