--- a/these.cabal
+++ b/these.cabal
@@ -1,6 +1,7 @@
 cabal-version:      >=1.10
 name:               these
 version:            1.2.1
+x-revision:         2
 synopsis:           An either-or-both data type.
 homepage:           https://github.com/haskellari/these
 license:            BSD3
@@ -37,9 +38,10 @@ tested-with:
    || ==9.0.2
    || ==9.2.8
    || ==9.4.8
-   || ==9.6.5
-   || ==9.8.2
+   || ==9.6.6
+   || ==9.8.4
    || ==9.10.1
+   || ==9.12.1
 
 source-repository head
   type:     git
@@ -57,7 +59,7 @@ library
 
   -- ghc boot libs
   build-depends:
-      base     >=4.12.0.0 && <4.21
+      base     >=4.12.0.0 && <4.22
     , binary   >=0.8.6.0  && <0.10
     , deepseq  >=1.4.4.0  && <1.6
 
@@ -66,7 +68,7 @@ library
   -- Bifunctor type class comes from bifunctor-classes-compat
   build-depends:
       assoc     >=1.1.1   && <1.2
-    , hashable  >=1.4.4.0 && <1.5
+    , hashable  >=1.4.4.0 && <1.6
 
   if !impl(ghc >=9.6)
     build-depends: foldable1-classes-compat >=0.1 && <0.2
