Index: b/witherable.cabal
===================================================================
--- a/witherable.cabal
+++ b/witherable.cabal
@@ -1,6 +1,7 @@
 cabal-version:       2.4
 name:                witherable
 version:             0.5
+x-revision:          2
 synopsis:            filterable traversable
 description:         A stronger variant of `traverse` which can remove elements and generalised mapMaybe, catMaybes, filter
 homepage:            https://github.com/fumieval/witherable
@@ -13,7 +14,7 @@ category:            Data
 build-type:          Simple
 extra-source-files:  CHANGELOG.md
 tested-with:         GHC ==8.0.2 || ==8.2.2 || ==8.4.4 || ==8.6.5 || ==8.8.4 || ==8.10.7 ||
-                         ==9.0.1 || ==9.2.8 || ==9.4.8 || ==9.6.5 || ==9.8.2 || ==9.10.1
+                         ==9.0.2 || ==9.2.8 || ==9.4.8 || ==9.6.5 || ==9.8.4 || ==9.10.3 || ==9.12.2
 
 source-repository head
   type: git
@@ -25,8 +26,8 @@ library
     Witherable
   build-depends:       base                          >=4.9      && <5,
                        base-orphans                  >=0.8.4    && <0.10,
-                       containers                    >=0.5.7.1  && <0.8,
-                       hashable                      >=1.2.7.0  && <1.5,
+                       containers                    >=0.5.7.1  && <0.9,
+                       hashable                      >=1.2.7.0  && <1.6,
                        transformers                  >=0.5.2.0  && <0.7,
                        unordered-containers          >=0.2.12.0 && <0.3,
                        vector                        >=0.12.2.0 && <0.14,
