websockets-snap

Snap integration for the websockets library

Version on this page:0.10.2.3
LTS Haskell 22.13:0.10.3.1@rev:2
Stackage Nightly 2024-03-14:0.10.3.1@rev:2
Latest on Hackage:0.10.3.1@rev:2

See all snapshots websockets-snap appears in

BSD-3-Clause licensed and maintained by Jasper Van der Jeugt
This version can be pinned in stack with:websockets-snap-0.10.2.3@sha256:c14912bee6789bcc77e1ca29f0cd1b00316a9afd602176d3f882bbfb69bd2706,991

Module documentation for 0.10.2.3

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"

Changes

  • 0.10.2.3 (2017-07-21)

    • Bump websockets to 0.12.0.0
  • 0.10.2.2

    • Bump io-streams to 1.4.0.0
  • 0.10.2.1

    • Bump websockets to 0.11.0.0
  • 0.10.2.0

    • Bump websockets to 0.10.0.0
  • 0.10.1.1

    • Add bytestring-builder as dependency to fix GHC 7.6 compatibility
  • 0.10.1.0

    • Fix issues with timeout tickling
  • 0.10.0.0

    • Bump snap-core and snap-server to 1.0.0.0
    • Remove git submodules; use hackage for all dependencies
    • Use cabal.project file to build example server
  • 0.9.2.0

    • Bump websockets to 0.9.5.0 to fix socket closing issues
  • 0.9.1.0

    • Fixed interleaved messages issue
  • 0.9.0.0

    • Bump websockets dependency
  • 0.8.2.2

    • Bump mtl dependency