diff --git a/ChangeLog.md b/ChangeLog.md
--- a/ChangeLog.md
+++ b/ChangeLog.md
@@ -1,3 +1,7 @@
+### 3.0.14
+
++ Bump base lower bound
+
 ### 3.0.13
 
 + Relax constraint on text
diff --git a/README.md b/README.md
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
 # Documentation
 Autogenerated documentation for this package can be found at
 
-[https://hackage.haskell.org/package/gi-wnck-3.0.13/docs/GI-Wnck.html](https://hackage.haskell.org/package/gi-wnck-3.0.13/docs/GI-Wnck.html)
+[https://hackage.haskell.org/package/gi-wnck-3.0.14/docs/GI-Wnck.html](https://hackage.haskell.org/package/gi-wnck-3.0.14/docs/GI-Wnck.html)
 
 For general documentation on using [haskell-gi](https://github.com/haskell-gi/haskell-gi) based bindings, see [the project page](https://github.com/haskell-gi/haskell-gi) or [the Wiki](https://github.com/haskell-gi/haskell-gi/wiki).
diff --git a/Setup.hs b/Setup.hs
--- a/Setup.hs
+++ b/Setup.hs
@@ -3,10 +3,12 @@
 import Data.GI.CodeGen.CabalHooks (setupBinding, TaggedOverride(..))
 
 import qualified GI.Atk.Config as Atk
+import qualified GI.GLib.Config as GLib
 import qualified GI.GObject.Config as GObject
 import qualified GI.Gdk.Config as Gdk
 import qualified GI.GdkPixbuf.Config as GdkPixbuf
 import qualified GI.Gtk.Config as Gtk
+import qualified GI.Cairo.Config as Cairo
 
 
 main :: IO ()
@@ -14,8 +16,8 @@
   where name = "Wnck"
         version = "3.0"
         pkgName = "gi-wnck"
-        pkgVersion = "3.0.13"
+        pkgVersion = "3.0.14"
         overridesFile = Just "Wnck.overrides"
         verbose = False
         outputDir = Nothing
-        inheritedOverrides = [TaggedOverride "inherited:Atk" Atk.overrides, TaggedOverride "inherited:GObject" GObject.overrides, TaggedOverride "inherited:Gdk" Gdk.overrides, TaggedOverride "inherited:GdkPixbuf" GdkPixbuf.overrides, TaggedOverride "inherited:Gtk" Gtk.overrides]
+        inheritedOverrides = [TaggedOverride "inherited:Atk" Atk.overrides, TaggedOverride "inherited:GLib" GLib.overrides, TaggedOverride "inherited:GObject" GObject.overrides, TaggedOverride "inherited:Gdk" Gdk.overrides, TaggedOverride "inherited:GdkPixbuf" GdkPixbuf.overrides, TaggedOverride "inherited:Gtk" Gtk.overrides, TaggedOverride "inherited:Cairo" Cairo.overrides]
diff --git a/gi-wnck.cabal b/gi-wnck.cabal
--- a/gi-wnck.cabal
+++ b/gi-wnck.cabal
@@ -1,5 +1,5 @@
 name:                 gi-wnck
-version:              3.0.13
+version:              3.0.14
 synopsis:             Wnck bindings
 description:          Bindings for wnck, autogenerated by haskell-gi.
 homepage:             https://github.com/haskell-gi/haskell-gi
@@ -14,8 +14,8 @@
 extra-source-files: README.md ChangeLog.md stack.yaml Wnck.overrides
 
 custom-setup
-      setup-depends: base >= 4.9 && < 5,
-                     Cabal >= 1.24,
+      setup-depends: base >= 4.11 && < 5,
+                     Cabal >= 1.24 && < 4,
                      haskell-gi >= 0.26 && < 0.27,
                      gi-glib == 2.0.*,
                      gi-cairo == 1.0.*,
@@ -61,6 +61,7 @@
 
       exposed-modules: GI.Wnck.Config,
                        GI.Wnck,
+                       GI.Wnck.Callbacks,
                        GI.Wnck.Constants,
                        GI.Wnck.Enums,
                        GI.Wnck.Flags,
@@ -69,6 +70,7 @@
                        GI.Wnck.Objects.ActionMenu,
                        GI.Wnck.Objects.Application,
                        GI.Wnck.Objects.ClassGroup,
+                       GI.Wnck.Objects.Handle,
                        GI.Wnck.Objects.ImageMenuItem,
                        GI.Wnck.Objects.Pager,
                        GI.Wnck.Objects.Screen,
@@ -77,12 +79,13 @@
                        GI.Wnck.Objects.Window,
                        GI.Wnck.Objects.Workspace,
                        GI.Wnck.Structs,
-                       GI.Wnck.Structs.Handle,
+                       GI.Wnck.Structs.IconCache,
                        GI.Wnck.Structs.ResourceUsage,
                        GI.Wnck.Structs.WorkspaceLayout
 
       autogen-modules: GI.Wnck.Config,
                        GI.Wnck,
+                       GI.Wnck.Callbacks,
                        GI.Wnck.Constants,
                        GI.Wnck.Enums,
                        GI.Wnck.Flags,
@@ -91,6 +94,7 @@
                        GI.Wnck.Objects.ActionMenu,
                        GI.Wnck.Objects.Application,
                        GI.Wnck.Objects.ClassGroup,
+                       GI.Wnck.Objects.Handle,
                        GI.Wnck.Objects.ImageMenuItem,
                        GI.Wnck.Objects.Pager,
                        GI.Wnck.Objects.Screen,
@@ -99,6 +103,6 @@
                        GI.Wnck.Objects.Window,
                        GI.Wnck.Objects.Workspace,
                        GI.Wnck.Structs,
-                       GI.Wnck.Structs.Handle,
+                       GI.Wnck.Structs.IconCache,
                        GI.Wnck.Structs.ResourceUsage,
                        GI.Wnck.Structs.WorkspaceLayout
