diff --git a/glib.cabal b/glib.cabal
--- a/glib.cabal
+++ b/glib.cabal
@@ -1,6 +1,6 @@
 cabal-version:  3.0
 Name:           glib
-Version:        0.13.8.2
+Version:        0.13.10.0
 License:        LGPL-2.1-only
 License-file:   COPYING
 Copyright:      (c) 2001-2010 The Gtk2Hs Team
@@ -31,16 +31,16 @@
   Description:  Connect to signals using the Duncan way.
 
 custom-setup
-  setup-depends: base >= 4.6,
-                 Cabal >= 2.0 && < 3.7,
+  setup-depends: base >= 4.6 && < 5,
+                 Cabal >= 2.0 && < 3.11,
                  gtk2hs-buildtools >= 0.13.2.0 && < 0.14
 
 Library
         build-depends:  base >= 4 && < 5,
                         utf8-string >= 0.2 && < 1.1,
                         bytestring >= 0.9.1.10 && < 0.12,
-                        text >= 1.0.0.0 && < 1.3,
-                        containers
+                        text >= 1.0.0.0 && < 2.1,
+                        containers < 0.7
         cpp-options:    -U__BLOCKS__ -DGLIB_DISABLE_DEPRECATION_WARNINGS
         if os(darwin) || os(freebsd)
           cpp-options: -D_Nullable= -D_Nonnull= -D_Noreturn= -D__attribute__(x)=
