mirror of
https://github.com/freckle/yesod-auth-oauth2.git
synced 2026-04-10 21:29:04 +02:00
Version bump
This commit is contained in:
parent
2f71fc497e
commit
a8a6cd7b43
@ -1,7 +1,11 @@
|
|||||||
## [*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
|
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)
|
## [v0.6.2.1](https://github.com/thoughtbot/yesod-auth-oauth2/compare/v0.6.2.0...v0.6.2.1)
|
||||||
|
|
||||||
- Adjust lower bounds on cryptonite
|
- Adjust lower bounds on cryptonite
|
||||||
|
|||||||
12
package.yaml
12
package.yaml
@ -1,6 +1,6 @@
|
|||||||
---
|
---
|
||||||
name: yesod-auth-oauth2
|
name: yesod-auth-oauth2
|
||||||
version: '0.6.2.1' # N.B. PVP-compliant Semver: 0.MAJOR.MINOR.PATCH
|
version: '0.6.2.2' # N.B. PVP-compliant Semver: 0.MAJOR.MINOR.PATCH
|
||||||
synopsis: OAuth 2.0 authentication plugins
|
synopsis: OAuth 2.0 authentication plugins
|
||||||
description: Library to authenticate with OAuth 2.0 for Yesod web applications.
|
description: Library to authenticate with OAuth 2.0 for Yesod web applications.
|
||||||
category: Web
|
category: Web
|
||||||
@ -48,16 +48,16 @@ executables:
|
|||||||
- -with-rtsopts=-N
|
- -with-rtsopts=-N
|
||||||
dependencies:
|
dependencies:
|
||||||
- yesod-auth-oauth2
|
- yesod-auth-oauth2
|
||||||
- aeson
|
- aeson >=0.6 && <1.6
|
||||||
- aeson-pretty
|
- aeson-pretty
|
||||||
- bytestring
|
- bytestring >=0.9.1.4
|
||||||
- containers
|
- containers
|
||||||
- http-conduit
|
- http-conduit >=2.0 && <3.0
|
||||||
- load-env
|
- load-env
|
||||||
- text
|
- text >=0.7 && <2.0
|
||||||
- warp
|
- warp
|
||||||
- yesod
|
- yesod
|
||||||
- yesod-auth
|
- yesod-auth >=1.6.0 && <1.7
|
||||||
when:
|
when:
|
||||||
- condition: ! '!(flag(example))'
|
- condition: ! '!(flag(example))'
|
||||||
buildable: false
|
buildable: false
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user