oidc-client 0.7.0.0 → 0.7.0.1
raw patch · 2 files changed
+5/−2 lines, 2 filesdep ~text
Dependency ranges changed: text
Files
- CHANGELOG.md +3/−0
- oidc-client.cabal +2/−2
CHANGELOG.md view
@@ -1,5 +1,8 @@ # ChangeLog +## [0.7.0.1]+- bump the text bound #59 ([#59](https://github.com/krdlab/haskell-oidc-client/pull/59))+ ## [0.7.0.0] - Lookup by state with sessionStoreGet ([#57](https://github.com/krdlab/haskell-oidc-client/pull/57))
oidc-client.cabal view
@@ -1,5 +1,5 @@ name: oidc-client-version: 0.7.0.0+version: 0.7.0.1 synopsis: OpenID Connect 1.0 library for RP homepage: https://github.com/krdlab/haskell-oidc-client stability: experimental@@ -47,7 +47,7 @@ build-depends: base >=4.7 && <5 , bytestring >=0.10- , text >=1.2 && <1.3+ , text (>=1.2 && <1.3) || (>= 2.0 && < 2.1) , aeson >=0.10 , scientific , attoparsec >=0.12