From: openKylin Developers <packaging@lists.openkylin.top>
Date: Mon, 1 Jun 2026 19:55:55 +0800
Subject: newer-deps

===================================================================
---
 semialign.cabal | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

diff --git a/semialign.cabal b/semialign.cabal
index 744872e..fec98b2 100644
--- a/semialign.cabal
+++ b/semialign.cabal
@@ -1,6 +1,7 @@
 cabal-version:      >=1.10
 name:               semialign
 version:            1.3.1
+x-revision:         2
 synopsis:
   Align and Zip type-classes from the common Semialign ancestor.
 
@@ -27,9 +28,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
@@ -60,7 +62,7 @@ library
 
   -- ghc boot libs
   build-depends:
-      base          >=4.12.0.0 && <4.21
+      base          >=4.12.0.0 && <4.22
     , containers    >=0.6.0.1  && <0.8
     , transformers  >=0.5.6.2  && <0.7
 
@@ -69,7 +71,7 @@ library
 
   -- 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
