authenticate-oauth 1.3.0 → 1.3.0.1
raw patch · 1 files changed
+2/−2 lines, 1 filesdep ~transformersPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: transformers
API changes (from Hackage documentation)
Files
- authenticate-oauth.cabal +2/−2
authenticate-oauth.cabal view
@@ -1,6 +1,6 @@ name: authenticate-oauth-version: 1.3.0+version: 1.3.0.1 license: BSD3 license-file: LICENSE author: Hiromi Ishii@@ -16,7 +16,7 @@ library build-depends: base >= 4 && < 5 , http-conduit >= 1.4 && < 1.5- , transformers >= 0.1 && < 0.3+ , transformers >= 0.1 && < 0.4 , bytestring >= 0.9 , RSA >= 1.0 && < 1.1 , time