packages feed

oidc-client 0.7.0.1 → 0.8.0.0

raw patch · 2 files changed

+6/−3 lines, 2 filesdep +cryptondep −cryptonitedep ~textPVP ok

version bump matches the API change (PVP)

Dependencies added: crypton

Dependencies removed: cryptonite

Dependency ranges changed: text

API changes (from Hackage documentation)

Files

CHANGELOG.md view
@@ -1,5 +1,8 @@ # ChangeLog +## [0.8.0.0]+- Switch to crypton ([#60](https://github.com/krdlab/haskell-oidc-client/pull/60))+ ## [0.7.0.1] - bump the text bound #59 ([#59](https://github.com/krdlab/haskell-oidc-client/pull/59)) 
oidc-client.cabal view
@@ -1,5 +1,5 @@ name:               oidc-client-version:            0.7.0.1+version:            0.8.0.0 synopsis:           OpenID Connect 1.0 library for RP homepage:           https://github.com/krdlab/haskell-oidc-client stability:          experimental@@ -56,7 +56,7 @@     , tls               >=1.3.2     , http-client-tls     , jose-jwt          >=0.7-    , cryptonite+    , crypton     , time   if flag(network-uri)     build-depends: network-uri >=2.6, network >=2.6@@ -97,7 +97,7 @@     , aeson     , scientific     , jose-jwt-    , cryptonite+    , crypton     , exceptions     , time     , network-uri