wai-handler-launch 1.3.1.4 → 1.3.1.5
raw patch · 1 files changed
+2/−2 lines, 1 filesdep ~process
Dependency ranges changed: process
Files
- wai-handler-launch.cabal +2/−2
wai-handler-launch.cabal view
@@ -1,5 +1,5 @@ Name: wai-handler-launch-Version: 1.3.1.4+Version: 1.3.1.5 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@@ -28,7 +28,7 @@ cpp-options: -DWINDOWS extra-libraries: Shell32 else- build-depends: process >= 1.0 && < 1.2+ build-depends: process >= 1.0 && < 1.3 if os(darwin) cpp-options: -DMAC