diff --git a/gio.cabal b/gio.cabal
--- a/gio.cabal
+++ b/gio.cabal
@@ -1,6 +1,6 @@
 cabal-version:  2.2
 Name:           gio
-Version:        0.13.11.0
+Version:        0.13.12.0
 License:        LGPL-2.1-only
 License-file:   COPYING
 Copyright:      (c) 2001-2010 The Gtk2Hs Team
@@ -17,7 +17,7 @@
                 Among other things that means using GObject.
                 It also means not cloning the POSIX API, but providing higher-level, document-centric interfaces.
 Category:       System
-Tested-With:    GHC == 9.10.1, GHC == 9.8.2, GHC == 9.6.6, GHC == 9.4.8, GHC == 9.2.8, GHC==9.0.2, GHC==8.10.7, GHC==8.8.4, GHC==8.6.5, GHC==8.4.4, GHC==8.2.2, GHC==8.0.2
+Tested-With:    GHC == 9.12.2, GHC == 9.10.1, GHC == 9.8.4, GHC == 9.6.6, GHC == 9.4.8, GHC == 9.2.8, GHC==9.0.2, GHC==8.10.7
 Extra-Source-Files: marshal.list
                     hierarchy.list
 
@@ -40,7 +40,7 @@
 
 custom-setup
   setup-depends: base >= 4.6 && < 5,
-                 Cabal >= 2.2 && < 3.13,
+                 Cabal >= 3.0 && < 3.15,
                  gtk2hs-buildtools >= 0.13.2.0 && < 0.14
 
 Library
