packages feed

matrix-client 0.1.4.1 → 0.1.4.2

raw patch · 2 files changed

+6/−2 lines, 2 filesdep ~retryPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: retry

API changes (from Hackage documentation)

Files

CHANGELOG.md view
@@ -1,5 +1,9 @@ # Changelog +## 0.1.4.2++- Support retry-0.9+ ## 0.1.4.1  - Support aeson-2.0
matrix-client.cabal view
@@ -1,6 +1,6 @@ cabal-version:       2.4 name:                matrix-client-version:             0.1.4.1+version:             0.1.4.2 synopsis:            A matrix client library description:     Matrix client is a library to interface with https://matrix.org.@@ -58,7 +58,7 @@                      , http-types             >= 0.10.0   && < 0.13                      , network-uri                      , profunctors-                     , retry                  ^>= 0.8+                     , retry                  >= 0.8      && < 0.10                      , text                   >= 0.11.1.0 && < 1.3                      , time                      , unordered-containers