authenticate-oauth 1.4.0.5 → 1.4.0.6
raw patch · 1 files changed
+2/−2 lines, 1 filesdep ~crypto-pubkey-typesPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: crypto-pubkey-types
API changes (from Hackage documentation)
Files
- authenticate-oauth.cabal +2/−2
authenticate-oauth.cabal view
@@ -1,6 +1,6 @@ name: authenticate-oauth-version: 1.4.0.5+version: 1.4.0.6 license: BSD3 license-file: LICENSE author: Hiromi Ishii@@ -18,7 +18,7 @@ , http-conduit >= 1.4 , transformers >= 0.1 && < 0.4 , bytestring >= 0.9- , crypto-pubkey-types >= 0.1 && < 0.3+ , crypto-pubkey-types >= 0.1 && < 0.4 , RSA >= 1.2 && < 1.3 , time , data-default