diff --git a/alsa-gui.cabal b/alsa-gui.cabal
--- a/alsa-gui.cabal
+++ b/alsa-gui.cabal
@@ -1,5 +1,5 @@
 Name:          alsa-gui
-Version:       0.1
+Version:       0.1.0.1
 Maintainer:    Henning Thielemann <alsa@henning-thielemann.de>
 Author:        Henning Thielemann <alsa@henning-thielemann.de>
 Category:      Sound, Music, GUI
@@ -22,7 +22,7 @@
   * Show a list widget, that triggers MIDI program changes.
 
 Source-Repository this
-  Tag:      0.1
+  Tag:      0.1.0.1
   Type:     darcs
   Location: http://code.haskell.org/alsa/gui/
 
@@ -36,8 +36,8 @@
   Hs-Source-Dirs: src
   GHC-Options: -Wall -threaded
   Build-Depends:
-    wx >=0.12.1.6 && <0.14,
-    wxcore >=0.12.1.6 && <0.14,
+    wx >=0.12.1.6 && <0.93,
+    wxcore >=0.12.1.6 && <0.93,
     midi-alsa >=0.1.1 && <0.3,
     midi >=0.1.6 && <0.3,
     alsa-seq >=0.6 && <0.7,
@@ -50,8 +50,8 @@
   Hs-Source-Dirs: src
   GHC-Options: -Wall -threaded
   Build-Depends:
-    wx >=0.12.1.6 && <0.14,
-    wxcore >=0.12.1.6 && <0.14,
+    wx >=0.12.1.6 && <0.93,
+    wxcore >=0.12.1.6 && <0.93,
     alsa-seq >=0.6 && <0.7,
     alsa-core >=0.5 && <0.6,
     base >=3 && <5
@@ -62,8 +62,8 @@
   Hs-Source-Dirs: src
   GHC-Options: -Wall -threaded
   Build-Depends:
-    wx >=0.12.1.6 && <0.14,
-    wxcore >=0.12.1.6 && <0.14,
+    wx >=0.12.1.6 && <0.93,
+    wxcore >=0.12.1.6 && <0.93,
     alsa-seq >=0.6 && <0.7,
     alsa-core >=0.5 && <0.6,
     base >=3 && <5
