baikai-kit 0.1.0.1 → 0.1.0.2
raw patch · 1 files changed
+10/−10 lines, 1 filesdep ~aesondep ~binarydep ~bytestringPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: aeson, binary, bytestring, crypton, directory, filepath, optparse-applicative, process, time
API changes (from Hackage documentation)
Files
- baikai-kit.cabal +10/−10
baikai-kit.cabal view
@@ -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