engine-io-wai

An @engine-io@ @ServerAPI@ that is compatible with @Wai@

http://github.com/ocharles/engine.io

Version on this page:1.0.7
LTS Haskell 9.21:1.0.7
Stackage Nightly 2017-07-25:1.0.6
Latest on Hackage:1.0.10

See all snapshots engine-io-wai appears in

BSD-3-Clause licensed by Brandon Martin
Maintained by [email protected]
This version can be pinned in stack with:engine-io-wai-1.0.7@sha256:2f568dbd5c5cf720d5f5ab0540d46c5b3327f4d7cf529079399abaa09146e331,1141

Module documentation for 1.0.7

This package provides an engine-io ServerAPI that is compatible with Wai.

Changes

1.0.7

  • Update dependencies
  • Expose WaiMonad fields

1.0.6

  • Update dependencies

1.0.5

  • Increased the upper-bound of wai to < 3.3.

1.0.4

  • Increased the upper-bound of http-types to allow < 0.10.

1.0.3

  • Lower lower bound for attoparsec.

1.0.2

  • Switch ExceptT to EitherT and lower transformers contraint to support.

1.0.1

  • Fix issue on hackage. Applicative was missing as import. Errored on ghc 7.8.
  • Added homepage to cabal file.

1.0.0

  • Initial release.