diff --git a/baikai-kit.cabal b/baikai-kit.cabal
--- a/baikai-kit.cabal
+++ b/baikai-kit.cabal
@@ -1,6 +1,6 @@
 cabal-version: 3.4
 name:          baikai-kit
-version:       0.1.0.1
+version:       0.1.0.2
 synopsis:      Shared kit installer for AI-agent skills and subagents
 description:
   Shared implementation of kit listing, installation, update, uninstall,
@@ -45,18 +45,18 @@
     Baikai.Kit.Status
 
   build-depends:
-    , aeson
+    , aeson                 ^>=2.2
     , baikai                ^>=0.3.0
     , base                  >=4.20   && <5
-    , binary
-    , bytestring
-    , crypton
-    , directory
-    , filepath
-    , optparse-applicative
-    , process
+    , binary                ^>=0.8
+    , bytestring            ^>=0.12
+    , crypton               ^>=1.0
+    , directory             ^>=1.3
+    , filepath              ^>=1.5
+    , optparse-applicative  ^>=0.19
+    , process               ^>=1.6
     , text                  ^>=2.1
-    , time
+    , time                  ^>=1.14
 
 test-suite baikai-kit-test
   import:         common-options
