diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,14 @@
 Changelog for the `reactive-banana-wx` package
 ----------------------------------------------
 
+**version 0.9.0.2**
+
+* Allow newer dependencies (including `array`, `process`, `wx`, `wxcore`).
+
+**version 0.9.0.0**
+
+* The library now may depend on `reactive-banana-0.9` as well.
+
 **version 0.8.0.0**
 
 * The library now depends on `reactive-banana` version `== 0.8.*`.
diff --git a/reactive-banana-wx.cabal b/reactive-banana-wx.cabal
--- a/reactive-banana-wx.cabal
+++ b/reactive-banana-wx.cabal
@@ -1,5 +1,5 @@
 Name:                reactive-banana-wx
-Version:             0.9.0.1
+Version:             0.9.0.2
 Synopsis:            Examples for the reactive-banana library, using wxHaskell.
 Description:
     This library provides some GUI examples for the @reactive-banana@ library,
@@ -53,7 +53,7 @@
 Executable Animation
     if flag(buildExamples)
         build-depends:
-            process >= 1.0 && < 1.2,
+            process >= 1.0 && < 1.4,
             random == 1.0.*,
             executable-path == 0.0.*,
             filepath >= 1.1 && <= 1.4,
@@ -123,7 +123,7 @@
 
 Executable NetMonitor
     if flag(buildExamples)
-        build-depends: process >= 1.0 && < 1.2,
+        build-depends: process >= 1.0 && < 1.4,
                        reactive-banana, wx, wxcore, base
     else
         buildable: False
@@ -132,7 +132,7 @@
 
 Executable TicTacToe
     if flag(buildExamples)
-        build-depends: array >= 0.3 && < 0.5,
+        build-depends: array >= 0.3 && < 0.6,
                        reactive-banana, wx, wxcore, base
     else
         buildable: False
