wai-handler-launch

Launch a web app in the default browser.

Version on this page:3.0.2.4@rev:1
LTS Haskell 22.14:3.0.3.1
Stackage Nightly 2024-03-28:3.0.3.1
Latest on Hackage:3.0.3.1

See all snapshots wai-handler-launch appears in

MIT licensed by Michael Snoyman
Maintained by [email protected]
This version can be pinned in stack with:wai-handler-launch-3.0.2.4@sha256:5b46b76526dc9a6ba6e0263277975258dc907a2ea0138d2e5b9e1735f85f5dd6,1359

Module documentation for 3.0.2.4

wai-handler-launch

This handles cross-platform launching and inserts Javascript code to ping the server. When the server no longer receives pings, it shuts down.

Changes

3.0.2.4

  • Drop dependency on blaze-builder, requiring streaming-commons >= 0.2

3.0.2.3

  • process package bump

3.0.2.2

  • Improvements to ping’s javascript script. #494

3.0.2.1

  • Relax upper bound on process

3.0.2

  • Don’t launch if server fails; kill server on exit #537 #541

3.0.1

  • make host configurable too (fixes #538) #539

3.0.0.5

  • Support wai/warp 3.2

3.0.0.3

Allow blaze-builder 0.4

3.0.0.2

  • Support for Win64