shikumi-tools 0.1.0.0 → 0.1.0.1
raw patch · 2 files changed
+12/−6 lines, 2 filesdep ~baikaidep ~shikumidep ~shikumi-toolsPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: baikai, shikumi, shikumi-tools
API changes (from Hackage documentation)
Files
- CHANGELOG.md +6/−0
- shikumi-tools.cabal +6/−6
CHANGELOG.md view
@@ -2,6 +2,12 @@ ## Unreleased +## 0.1.0.1 - 2026-06-21++### Changed++- Constrained the baikai dependency to the 0.2 series and refreshed internal shikumi bounds.+ ## 0.1.0.0 - 2026-06-13 ### Added
shikumi-tools.cabal view
@@ -1,6 +1,6 @@ cabal-version: 3.4 name: shikumi-tools-version: 0.1.0.0+version: 0.1.0.1 synopsis: Typed tools and ReAct agents for shikumi LM programs (EP-11) @@ -52,14 +52,14 @@ build-depends: , aeson- , baikai+ , baikai >=0.2 && <0.3 , base >=4.20 && <5 , bytestring , containers , effectful , generic-lens , lens ^>=5.3- , shikumi ^>=0.1.0.0+ , shikumi ^>=0.1.0.1 , text ^>=2.1 , vector @@ -83,14 +83,14 @@ build-depends: , aeson- , baikai+ , baikai >=0.2 && <0.3 , base , containers , effectful , generic-lens , lens- , shikumi ^>=0.1.0.0- , shikumi-tools ^>=0.1.0.0+ , shikumi ^>=0.1.0.1+ , shikumi-tools ^>=0.1.0.1 , tasty , tasty-hunit , text