packages feed

hstratus-auth 0.2.0.0 → 0.2.0.1

raw patch · 2 files changed

+8/−3 lines, 2 filesdep ~QuickCheckdep ~http-client-tlsPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: QuickCheck, http-client-tls

API changes (from Hackage documentation)

Files

ChangeLog.md view
@@ -2,6 +2,11 @@  `icloud-auth` uses [PVP Versioning][1]. +## 0.2.0.1 -- 2026-07-30++* Relax `http-client-tls` upper bound to `<0.5`.+* Relax `QuickCheck` upper bound to `<2.17`.+ ## 0.2.0.0 -- 2026-07-30  * Remove `hstratus-auth-cli` sublibrary; move `Network.HStratus.Http.Cli` into the main library.
hstratus-auth.cabal view
@@ -1,6 +1,6 @@ cabal-version:      3.0 name:               hstratus-auth-version:            0.2.0.0+version:            0.2.0.1 synopsis:           Authenticate with iCloud description:   Authenticate with iCloud using Apple ID credentials stored on disk.@@ -61,7 +61,7 @@     , directory            >=1.3 && <1.4     , filepath             >=1.4 && <1.6     , http-client          >=0.5 && <0.8-    , http-client-tls      >=0.3 && <0.4+    , http-client-tls      >=0.3 && <0.5     , http-types           >=0.12.1 && <0.13     , random               >=1.1 && <1.4     , simple-prompt        >=0.2 && <0.3@@ -146,7 +146,7 @@     , hspec                >=2.1 && < 3.0     , http-client          >=0.5 && <0.8     , http-types-    , QuickCheck           >= 2.13 && < 2.16+    , QuickCheck           >= 2.13 && < 2.17     , temporary            >= 1.2 && < 1.4     , hstratus-auth     , silently             >= 1.2 && < 1.3