diff --git a/ChangeLog.md b/ChangeLog.md
--- a/ChangeLog.md
+++ b/ChangeLog.md
@@ -1,5 +1,9 @@
 # Revision history for wild-bind
 
+## 0.1.2.14  -- 2026-01-08
+
+* Confirm test with `ghc-9.14.1`.
+
 ## 0.1.2.13  -- 2025-09-29
 
 * Confirm test with `microlens-0.5`.
diff --git a/wild-bind.cabal b/wild-bind.cabal
--- a/wild-bind.cabal
+++ b/wild-bind.cabal
@@ -1,5 +1,5 @@
 name:                   wild-bind
-version:                0.1.2.13
+version:                0.1.2.14
 author:                 Toshio Ito <debug.ito@gmail.com>
 maintainer:             Toshio Ito <debug.ito@gmail.com>
 license:                BSD3
@@ -26,9 +26,9 @@
                         WildBind.Input.NumPad,
                         WildBind.Seq
   -- other-modules:        
-  build-depends:        base ^>=4.14.3 || ^>=4.15.0 || ^>=4.16.0 || ^>=4.17.0 || ^>=4.18.0 || ^>=4.19.0 || ^>=4.20.0 || ^>=4.21.0,
+  build-depends:        base ^>=4.14.3 || ^>=4.15.0 || ^>=4.16.0 || ^>=4.17.0 || ^>=4.18.0 || ^>=4.19.0 || ^>=4.20.0 || ^>=4.21.0 || ^>=4.22.0,
                         text ^>=1.2.4 || ^>=2.0.1 || ^>=2.1,
-                        containers ^>=0.6.4 || ^>=0.7,
+                        containers ^>=0.6.4 || ^>=0.7 || ^>=0.8,
                         transformers ^>=0.5.6 || ^>=0.6.1,
                         semigroups ^>=0.20
 
@@ -53,7 +53,7 @@
                         WildBind.SeqSpec,
                         WildBind.ForTest
   build-tool-depends:   hspec-discover:hspec-discover
-  build-depends:        base ^>=4.14.3 || ^>=4.15.0 || ^>=4.16.0 || ^>=4.17.0 || ^>=4.18.0 || ^>=4.19.0 || ^>=4.20.0 || ^>=4.21.0,
+  build-depends:        base ^>=4.14.3 || ^>=4.15.0 || ^>=4.16.0 || ^>=4.17.0 || ^>=4.18.0 || ^>=4.19.0 || ^>=4.20.0 || ^>=4.21.0 || ^>=4.22.0,
                         wild-bind,
                         transformers ^>=0.5.6 || ^>=0.6.1,
                         hspec ^>=2.11.12,
