diff --git a/SybWidget.cabal b/SybWidget.cabal
--- a/SybWidget.cabal
+++ b/SybWidget.cabal
@@ -1,20 +1,18 @@
 Name:           SybWidget
-Version:        0.5.4
-Copyright:      Mads Lindstrøm <mads_lindstroem@yahoo.dk>
+Version:        0.5.5
+Copyright:      Mads Lindstrøm <mads.lindstroem@gmail.com>
 License:        LGPL
 License-file:   wxWidgetsLicense.txt
-Author:         Mads Lindstrøm <mads_lindstroem@yahoo.dk>
-Maintainer:     Mads Lindstrøm <mads_lindstroem@yahoo.dk>
+Author:         Mads Lindstrøm <mads.lindstroem@gmail.com>
+Maintainer:     Mads Lindstrøm <mads.lindstroem@gmail.com>
 Category:       GUI
-Build-Depends:  base >=4.1.0 && < 4.3.0,
-                mtl >= 1.0.0 && < 1.2.0,
-                template-haskell >= 2.3.0 && < 2.5.0,
+Build-Depends:  base >=4.2.0 && < 4.6,
+                mtl >= 2.0.0.0,
+                template-haskell >= 2.6.0,
                 syb-with-class >= 0.5.0 && < 0.7.0,
-                TypeCompose >= 0.7.0 && < 0.9.0,
-                containers >= 0.2.0 && < 0.4.0
-Tested-with:    GHC==6.10.4,
-                GHC==6.12.1,
-		GHC==6.12.3
+                TypeCompose >= 0.8.0,
+                containers >= 0.4.0
+Tested-with:    GHC==7.4.1
 Synopsis:       Library which aids constructing generic (SYB3-based) widgets
 Build-type:	Simple
 Stability:      experimental
