| CARVIEW |
Select Language
HTTP/1.1 200 OK
Connection: keep-alive
Server: nginx/1.24.0 (Ubuntu)
Content-Type: text/html; charset=utf-8
Cache-Control: public, max-age=300
Content-Encoding: gzip
Via: 1.1 varnish, 1.1 varnish
Accept-Ranges: bytes
Age: 0
Date: Sat, 17 Jan 2026 18:40:49 GMT
X-Served-By: cache-dfw-ktki8620044-DFW, cache-bom-vanm7210030-BOM
X-Cache: MISS, MISS
X-Cache-Hits: 0, 0
X-Timer: S1768675249.605047,VS0,VE868
Vary: Accept, Accept-Encoding
transfer-encoding: chunked
servant-event-stream: Servant support for Server-Sent events
[Skip to Readme]
servant-event-stream: Servant support for Server-Sent events
This library adds necessary type combinators to support Server Sent Events within Servant ecosystem.
[Skip to Readme]
Downloads
- servant-event-stream-0.3.1.0.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
| Versions [RSS] | 0.2.0.0, 0.2.1.0, 0.3.0.0, 0.3.0.1, 0.3.1.0 |
|---|---|
| Change log | CHANGELOG.md |
| Dependencies | base (>=4.10 && <4.22), bytestring (>=0.11.1.0 && <0.13), http-media (>=0.7.1.3 && <0.9), lens (>=4.17 && <5.4), servant-foreign (>=0.15 && <0.17), servant-server (>=0.15 && <0.21), text (>=1.2.3 && <2.2) [details] |
| License | BSD-3-Clause |
| Copyright | (c) 2025 Shaun Sharples |
| Author | Shaun Sharples |
| Maintainer | shaun.sharples@gmail.com |
| Uploaded | by bflyblue at 2025-08-22T12:50:05Z |
| Category | Servant, Web |
| Home page | https://github.com/bflyblue/servant-event-stream |
| Bug tracker | https://github.com/bflyblue/servant-event-stream/issues |
| Source repo | head: git clone https://github.com/bflyblue/servant-event-stream.git |
| Distributions | NixOS:0.3.1.0 |
| Downloads | 553 total (15 in the last 30 days) |
| Rating | (no votes yet) [estimated by Bayesian average] |
| Your Rating |
|
| Status | Docs available [build log] Last success reported on 2025-08-22 [all 1 reports] |
Readme for servant-event-stream-0.3.1.0
[back to package description]servant-event-stream
This library adds necessary type combinators to support Server Sent Events within Servant ecosystem.
Development Environment
Development environment uses Nix flakes.
To enter the dev shell, run
nix develop
You can build the project with
nix build