packages feed

yesod-auth-oauth2 0.6.2.1 → 0.6.2.2

raw patch · 2 files changed

+11/−7 lines, 2 filesdep ~aesondep ~bytestringdep ~http-conduitPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: aeson, bytestring, http-conduit, text, yesod-auth

API changes (from Hackage documentation)

Files

CHANGELOG.md view
@@ -1,6 +1,10 @@-## [*Unreleased*](https://github.com/thoughtbot/yesod-auth-oauth2/compare/v0.6.2.1...master)+## [*Unreleased*](https://github.com/thoughtbot/yesod-auth-oauth2/compare/v0.6.2.2...main)  None++## [v0.6.2.2](https://github.com/thoughtbot/yesod-auth-oauth2/compare/v0.6.2.1...v0.6.2.2)++- Consistent dependencies bounds in all targets  ## [v0.6.2.1](https://github.com/thoughtbot/yesod-auth-oauth2/compare/v0.6.2.0...v0.6.2.1) 
yesod-auth-oauth2.cabal view
@@ -1,6 +1,6 @@ cabal-version:      1.12 name:               yesod-auth-oauth2-version:            0.6.2.1+version:            0.6.2.2 license:            MIT license-file:       LICENSE maintainer:         Pat Brisbin <pbrisbin@gmail.com>@@ -77,17 +77,17 @@     default-language: Haskell2010     ghc-options:      -Wall -threaded -rtsopts -with-rtsopts=-N     build-depends:-        aeson >=1.4.7.1 && <1.5,+        aeson >=0.6 && <1.6,         aeson-pretty >=0.8.8 && <0.9,         base >=4.9.0.0 && <5,-        bytestring >=0.10.10.1 && <0.11,+        bytestring >=0.9.1.4 && <0.11,         containers >=0.6.2.1 && <0.7,-        http-conduit >=2.3.7.4 && <2.4,+        http-conduit >=2.0 && <3.0,         load-env >=0.2.1.0 && <0.3,-        text >=1.2.4.0 && <1.3,+        text >=0.7 && <2.0,         warp >=3.3.13 && <3.4,         yesod >=1.6.1.0 && <1.7,-        yesod-auth >=1.6.10.1 && <1.7,+        yesod-auth >=1.6.0 && <1.7,         yesod-auth-oauth2 -any      if !flag(example)