diff --git a/gio.cabal b/gio.cabal
--- a/gio.cabal
+++ b/gio.cabal
@@ -1,6 +1,6 @@
 cabal-version:  3.0
 Name:           gio
-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
@@ -39,12 +39,16 @@
   subdir:       gio
 
 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, array, containers, mtl, bytestring,
+        build-depends:  base >= 4 && < 5,
+                        array < 0.6,
+                        bytestring < 0.12,
+                        containers < 0.7,
+                        mtl < 2.4,
                         glib >= 0.13.0.0 && < 0.14
 
         exposed-modules:
