diff --git a/gi-gtk-hs.cabal b/gi-gtk-hs.cabal
--- a/gi-gtk-hs.cabal
+++ b/gi-gtk-hs.cabal
@@ -1,5 +1,5 @@
 name:                gi-gtk-hs
-version:             0.3.16
+version:             0.3.17
 synopsis:            A wrapper for gi-gtk, adding a few more idiomatic API parts on top
 description:         A wrapper for gi-gtk, adding a few more idiomatic API parts on top
 homepage:            https://github.com/haskell-gi/haskell-gi
@@ -30,10 +30,10 @@
                        Data.GI.Gtk.Widget
 
   build-depends:       base >= 4.9 && <5,
-                       base-compat >=0.9.0 && <0.14,
+                       base-compat >=0.9.0,
                        mtl >= 2.1 && <2.4,
                        transformers >=0.3.0.0 && <0.7,
-                       containers >=0.5.5.1 && <0.7,
+                       containers >=0.5.5.1 && <0.8,
                        text >=1.2 && <3,
                        haskell-gi-base >=0.25.0 && <0.27,
                        gi-glib >=2.0.6 && <2.1,
