diff --git a/ChasingBottoms.cabal b/ChasingBottoms.cabal
--- a/ChasingBottoms.cabal
+++ b/ChasingBottoms.cabal
@@ -1,5 +1,5 @@
 name:               ChasingBottoms
-version:            1.3.1.14
+version:            1.3.1.15
 license:            MIT
 license-file:       LICENCE
 copyright:          Copyright (c) Nils Anders Danielsson 2004-2022, 2024.
@@ -126,8 +126,9 @@
                     GHC == 9.0.2,
                     GHC == 9.2.8,
                     GHC == 9.4.8,
-                    GHC == 9.6.5,
-                    GHC == 9.8.2
+                    GHC == 9.6.6,
+                    GHC == 9.8.2,
+                    GHC == 9.10.1
 cabal-version:      >= 1.10
 build-type:         Simple
 
@@ -155,7 +156,7 @@
 
     build-depends: QuickCheck >= 2.10 && < 2.16,
                    mtl >= 2 && < 2.4,
-                   base >= 4.2 && < 4.20,
+                   base >= 4.2 && < 4.21,
                    containers >= 0.5 && < 0.8,
                    random >= 1.0 && < 1.3,
                    syb >= 0.1.0.2 && < 0.8
@@ -191,7 +192,7 @@
 
     build-depends: QuickCheck >= 2.10 && < 2.16,
                    mtl >= 2 && < 2.4,
-                   base >= 4.2 && < 4.20,
+                   base >= 4.2 && < 4.21,
                    containers >= 0.5 && < 0.8,
                    random >= 1.0 && < 1.3,
                    syb >= 0.1.0.2 && < 0.8,
