diff --git a/wx.cabal b/wx.cabal
--- a/wx.cabal
+++ b/wx.cabal
@@ -1,5 +1,5 @@
 Name:           wx
-Version:        0.12.1.5
+Version:        0.12.1.6
 License:        LGPL
 License-file:   license.txt
 Homepage:       http://haskell.org/haskellwiki/WxHaskell
@@ -20,7 +20,7 @@
 
 Library
     if flag(splitBase)
-        build-depends: wxcore >= 0.12.1.4,
+        build-depends: wxcore >= 0.12.1.6,
                        stm
         if flag(newBase)
             build-depends:
@@ -30,7 +30,7 @@
                 base >= 3 && < 4
     else
         build-depends: base <  3, 
-                       wxcore >= 0.12.1.4,
+                       wxcore >= 0.12.1.6,
                        stm
 
  Exposed-Modules:
