wai-handler-launch 1.3.1 → 1.3.1.1
raw patch · 2 files changed
+2/−2 lines, 2 files
Files
Network/Wai/Handler/Launch.hs view
@@ -140,7 +140,7 @@ _ <- forkIO $ Warp.runSettings Warp.defaultSettings { Warp.settingsPort = port , Warp.settingsOnException = const $ return ()- , Warp.settingsHost = "127.0.0.1"+ , Warp.settingsHost = "*4" } $ ping x app launch port url loop x
wai-handler-launch.cabal view
@@ -1,5 +1,5 @@ Name: wai-handler-launch-Version: 1.3.1+Version: 1.3.1.1 Synopsis: Launch a web app in the default browser. Description: This handles cross-platform launching and inserts Javascript code to ping the server. When the server no longer receives pings, it shuts down. License: MIT