diff --git a/semialign.cabal b/semialign.cabal
--- a/semialign.cabal
+++ b/semialign.cabal
@@ -1,6 +1,6 @@
 cabal-version:      >=1.10
 name:               semialign
-version:            1.3.1
+version:            1.3.1.1
 synopsis:
   Align and Zip type-classes from the common Semialign ancestor.
 
@@ -27,9 +27,11 @@
    || ==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.4
+   || ==9.14.1
 
 source-repository head
   type:     git
@@ -60,16 +62,15 @@
 
   -- ghc boot libs
   build-depends:
-      base          >=4.12.0.0 && <4.21
-    , containers    >=0.6.0.1  && <0.8
-    , transformers  >=0.5.6.2  && <0.7
+      base          >=4.12.0.0 && <4.23
+    , containers    >=0.6.0.1  && <0.9
 
   -- These
   build-depends:    these >=1.2.1 && <1.3
 
   -- other dependencies
   build-depends:
-      hashable                       >=1.4.4.0  && <1.5
+      hashable                       >=1.4.4.0  && <1.6
     , indexed-traversable            >=0.1.4    && <0.2
     , indexed-traversable-instances  >=0.1.2    && <0.2
     , tagged                         >=0.8.8    && <0.9
