bluesky-tools 0.6.0.0 → 0.6.0.2
raw patch · 2 files changed
+12/−8 lines, 2 filesdep ~aesondep ~basedep ~containersPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: aeson, base, containers, http-api-data, text
API changes (from Hackage documentation)
Files
- CHANGELOG.md +4/−0
- bluesky-tools.cabal +8/−8
CHANGELOG.md view
@@ -1,5 +1,9 @@ # Revision history for bluesky-tools +## 0.6.0.2 -- 2025-05-26++* Dependency version updates+ ## 0.6.0.0 -- 2024-01-11 * Support older versions of `http-api-data`.
bluesky-tools.cabal view
@@ -1,7 +1,7 @@ cabal-version: 3.4 name: bluesky-tools-version: 0.6.0.0+version: 0.6.0.2 synopsis: Tools for interacting with Bluesky / AT Protocol description: bluesky-tools provides tools that I've found useful while trying to integrate@@ -43,16 +43,16 @@ Bluesky.Handle -- other-modules: build-depends:- aeson ^>=2.1,+ aeson >=2.1 && < 2.3, async ^>=2.2,- base ^>=4.18,- containers ^>=0.6,+ base >=4.18 && < 4.22,+ containers >=0.6 && < 0.9, dns ^>=4.2,- http-api-data >= 0.5 && < 0.6,+ http-api-data >= 0.5 && < 0.7, http-client ^>=0.7, http-types ^>=0.12, network-uri ^>=2.6,- text ^>=2.0,+ text >=2.0 && <2.2, transformers ^>=0.6, test-suite bluesky-tools-test@@ -65,6 +65,6 @@ Did Handle build-depends:- base ^>=4.18,+ base >=4.18 && < 4.22, bluesky-tools,- text ^>=2.0,+ text >=2.0 && <2.2,