bluesky-tools 0.6.0.4 → 0.6.0.6
raw patch · 2 files changed
+9/−4 lines, 2 filesdep ~aesondep ~basedep ~http-api-dataPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: aeson, base, http-api-data
API changes (from Hackage documentation)
Files
- CHANGELOG.md +5/−0
- bluesky-tools.cabal +4/−4
CHANGELOG.md view
@@ -1,5 +1,10 @@ # Revision history for bluesky-tools +## 0.6.0.6 -- 2026-06-02++* Allow base-4.22 for ghc-9.14+* Allow http-api-data-0.7+ ## 0.6.0.4 -- 2025-08-02 * Fix HTTPS resolution to use the correct URL.
bluesky-tools.cabal view
@@ -1,7 +1,7 @@ cabal-version: 3.4 name: bluesky-tools-version: 0.6.0.4+version: 0.6.0.6 synopsis: Tools for interacting with Bluesky / AT Protocol description: bluesky-tools provides tools that I've found useful while trying to integrate@@ -45,11 +45,11 @@ build-depends: aeson >=2.1 && < 2.3, async ^>=2.2,- base >=4.18 && < 4.22,+ base >=4.18 && <4.23, bytestring >= 0.10 && < 0.13, containers >=0.6 && < 0.9, dns ^>=4.2,- http-api-data >= 0.5 && < 0.7,+ http-api-data >=0.5 && <0.8, http-client ^>=0.7, http-types ^>=0.12, network-uri ^>=2.6,@@ -66,6 +66,6 @@ Did Handle build-depends:- base >=4.18 && < 4.22,+ base >=4.18 && <4.23, bluesky-tools, text >=2.0 && <2.2,