wai-handler-launch 3.0.2.2 → 3.0.2.3
raw patch · 2 files changed
+6/−2 lines, 2 filesdep ~processPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: process
API changes (from Hackage documentation)
Files
- ChangeLog.md +4/−0
- wai-handler-launch.cabal +2/−2
ChangeLog.md view
@@ -1,3 +1,7 @@+## 3.0.2.3++* `process` package bump+ ## 3.0.2.2 * Improvements to ping's javascript script. [#494](https://github.com/yesodweb/wai/pull/494)
wai-handler-launch.cabal view
@@ -1,5 +1,5 @@ Name: wai-handler-launch-Version: 3.0.2.2+Version: 3.0.2.3 Synopsis: Launch a web app in the default browser. description: API docs and the README are available at <http://www.stackage.org/package/wai-handler-launch>. License: MIT@@ -28,7 +28,7 @@ cpp-options: -DWINDOWS extra-libraries: Shell32 msvcrt else- build-depends: process >= 1.0 && < 1.5+ build-depends: process >= 1.0 && < 1.7 if os(darwin) cpp-options: -DMAC