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.0
+Version:             0.9.0.1
 Synopsis:            Examples for the reactive-banana library, using wxHaskell.
 Description:
     This library provides some GUI examples for the @reactive-banana@ library,
@@ -40,8 +40,8 @@
     build-depends:   base >= 4.2 && < 5,
                      cabal-macosx >= 0.1 && < 0.3,
                      reactive-banana >= 0.8 && < 0.10,
-                     wxcore (>= 0.13.2.1 && < 0.90) || (>= 0.90.0.1 && < 0.92),
-                     wx (>= 0.13.2.1 && < 0.90) || (>= 0.90.0.1 && < 0.92)
+                     wxcore (>= 0.13.2.1 && < 0.90) || (>= 0.90.0.1 && < 0.93),
+                     wx (>= 0.13.2.1 && < 0.90) || (>= 0.90.0.1 && < 0.93)
     extensions:      ExistentialQuantification
     exposed-modules: Reactive.Banana.WX
 
diff --git a/src/CRUD.hs b/src/CRUD.hs
--- a/src/CRUD.hs
+++ b/src/CRUD.hs
@@ -15,7 +15,7 @@
 import Data.Maybe
 import qualified Data.Map as Map
 
-import Graphics.UI.WX hiding (Event)
+import Graphics.UI.WX hiding (Event, update)
 import Reactive.Banana
 import Reactive.Banana.WX
 
