mirror of
https://github.com/freckle/yesod-auth-oauth2.git
synced 2026-04-25 12:17:45 +02:00
bump version bounds to allow yesod 1.4
This commit is contained in:
parent
646d2b246b
commit
5cc9f602ce
@ -1,5 +1,5 @@
|
|||||||
name: yesod-auth-oauth2
|
name: yesod-auth-oauth2
|
||||||
version: 0.0.9
|
version: 0.0.10
|
||||||
license: BSD3
|
license: BSD3
|
||||||
license-file: LICENSE
|
license-file: LICENSE
|
||||||
author: Tom Streller
|
author: Tom Streller
|
||||||
@ -34,11 +34,11 @@ library
|
|||||||
, http-conduit >= 2.0 && < 3.0
|
, http-conduit >= 2.0 && < 3.0
|
||||||
, http-types >= 0.8 && < 0.9
|
, http-types >= 0.8 && < 0.9
|
||||||
, aeson >= 0.6 && < 0.8
|
, aeson >= 0.6 && < 0.8
|
||||||
, yesod-core >= 1.2 && < 1.4
|
, yesod-core >= 1.2 && < 1.5
|
||||||
, authenticate >= 1.3.2.7 && < 1.4
|
, authenticate >= 1.3.2.7 && < 1.4
|
||||||
, yesod-auth >= 1.3 && < 1.4
|
, yesod-auth >= 1.3 && < 1.5
|
||||||
, text >= 0.7 && < 2.0
|
, text >= 0.7 && < 2.0
|
||||||
, yesod-form >= 1.3 && < 1.4
|
, yesod-form >= 1.3 && < 1.5
|
||||||
, transformers >= 0.2.2 && < 0.4
|
, transformers >= 0.2.2 && < 0.4
|
||||||
, hoauth2 >= 0.4.1 && < 0.5
|
, hoauth2 >= 0.4.1 && < 0.5
|
||||||
, lifted-base >= 0.2 && < 0.4
|
, lifted-base >= 0.2 && < 0.4
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user