diff --git a/ChangeLog.md b/ChangeLog.md
--- a/ChangeLog.md
+++ b/ChangeLog.md
@@ -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)
diff --git a/wai-handler-launch.cabal b/wai-handler-launch.cabal
--- a/wai-handler-launch.cabal
+++ b/wai-handler-launch.cabal
@@ -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
 
