packages feed

oidc-client 0.6.0.0 → 0.6.1.0

raw patch · 2 files changed

+5/−2 lines, 2 filesdep ~bytestringPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: bytestring

API changes (from Hackage documentation)

Files

CHANGELOG.md view
@@ -1,5 +1,8 @@ # ChangeLog +## [0.6.1.0]+- Remove max version cap on bytestring and min >= 0.11 ([#54](https://github.com/krdlab/haskell-oidc-client/pull/54))+ ## [0.6.0.0] ### Added - Preserve the raw JWT in the tokens record returned by `validate` ([#43](https://github.com/krdlab/haskell-oidc-client/pull/43))
oidc-client.cabal view
@@ -1,5 +1,5 @@ name:               oidc-client-version:            0.6.0.0+version:            0.6.1.0 synopsis:           OpenID Connect 1.0 library for RP homepage:           https://github.com/krdlab/haskell-oidc-client stability:          experimental@@ -46,7 +46,7 @@       Web.OIDC.Client.Internal   build-depends:       base              >=4.7 && <5-    , bytestring        >=0.10 && <0.11+    , bytestring        >=0.10     , text              >=1.2 && <1.3     , aeson             >=0.10     , scientific