baikai 0.6.0.0 → 0.6.0.1
raw patch · 2 files changed
+26/−3 lines, 2 filesdep ~http-client-tlsPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: http-client-tls
API changes (from Hackage documentation)
Files
- CHANGELOG.md +23/−0
- baikai.cabal +3/−3
CHANGELOG.md view
@@ -7,6 +7,29 @@ ## [Unreleased] +## [baikai 0.6.0.1] - 2026-08-30++### Fixed++- widened the `http-client-tls` bound to admit 0.4. The 0.4 API retains the+ manager functions this package uses and belongs to the same TLS 2.x / Crypton+ 1.1 dependency cohort as baikai 0.6; the old `^>=0.3` cap made baikai 0.6+ impossible to solve in applications that require Crypton 1.1.++## [baikai-claude 0.6.0.1] - 2026-08-30++### Fixed++- widened the `http-client-tls` bound to admit 0.4, allowing applications that+ require Crypton 1.1 to solve the dependency set.++## [baikai-openai 0.6.0.1] - 2026-08-30++### Fixed++- widened the `http-client-tls` bound to admit 0.4, allowing applications that+ require Crypton 1.1 to solve the dependency set.+ ## [baikai 0.6.0.0] - 2026-08-28 ### Added
baikai.cabal view
@@ -1,6 +1,6 @@ cabal-version: 3.4 name: baikai-version: 0.6.0.0+version: 0.6.0.1 synopsis: Unified Haskell interface for multiple AI providers description: baikai provides a unified, provider-agnostic Haskell interface for working@@ -113,7 +113,7 @@ , filepath ^>=1.5 , generic-lens ^>=2.3 , http-client ^>=0.7- , http-client-tls ^>=0.3+ , http-client-tls >=0.3 && <0.5 , http-types ^>=0.12 , lens ^>=5.3 , openai ^>=2.5@@ -165,7 +165,7 @@ , filepath ^>=1.5 , generic-lens ^>=2.3 , http-client ^>=0.7- , http-client-tls ^>=0.3+ , http-client-tls >=0.3 && <0.5 , lens ^>=5.3 , scientific ^>=0.3 , text ^>=2.1