mirror of
https://github.com/freckle/yesod-auth-oauth2.git
synced 2026-04-11 05:39:04 +02:00
Relax aeson and hoauth2 upper bounds
This commit is contained in:
parent
097fb17ee9
commit
6f6dbcc74d
@ -31,7 +31,7 @@ library
|
|||||||
, http-client >= 0.4.0 && < 0.6
|
, http-client >= 0.4.0 && < 0.6
|
||||||
, http-conduit >= 2.0 && < 3.0
|
, http-conduit >= 2.0 && < 3.0
|
||||||
, http-types >= 0.8 && < 0.10
|
, http-types >= 0.8 && < 0.10
|
||||||
, aeson >= 0.6 && < 1.2
|
, aeson >= 0.6 && < 1.3
|
||||||
, yesod-core >= 1.2 && < 1.5
|
, yesod-core >= 1.2 && < 1.5
|
||||||
, authenticate >= 1.3.2.7 && < 1.4
|
, authenticate >= 1.3.2.7 && < 1.4
|
||||||
, random
|
, random
|
||||||
@ -39,7 +39,7 @@ library
|
|||||||
, text >= 0.7 && < 2.0
|
, text >= 0.7 && < 2.0
|
||||||
, yesod-form >= 1.3 && < 1.5
|
, yesod-form >= 1.3 && < 1.5
|
||||||
, transformers >= 0.2.2 && < 0.6
|
, transformers >= 0.2.2 && < 0.6
|
||||||
, hoauth2 >= 1.3.0 && < 1.4
|
, hoauth2 >= 1.3.0 && < 1.6
|
||||||
, lifted-base >= 0.2 && < 0.4
|
, lifted-base >= 0.2 && < 0.4
|
||||||
, vector >= 0.10 && < 0.13
|
, vector >= 0.10 && < 0.13
|
||||||
, uri-bytestring
|
, uri-bytestring
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user