mirror of
https://github.com/freckle/yesod-auth-oauth2.git
synced 2026-01-11 19:58:28 +01:00
Relax upper bounds so we are stack-compatible
- aeson-0.10 - hoauth2-0.5 - http-types-0.9 Fixes #48
This commit is contained in:
parent
c2794f4040
commit
9fcf00f57e
@ -26,8 +26,8 @@ library
|
||||
, bytestring >= 0.9.1.4
|
||||
, http-client >= 0.4.0 && < 0.5
|
||||
, http-conduit >= 2.0 && < 3.0
|
||||
, http-types >= 0.8 && < 0.9
|
||||
, aeson >= 0.6 && < 0.10
|
||||
, http-types >= 0.8 && < 0.10
|
||||
, aeson >= 0.6 && < 0.11
|
||||
, yesod-core >= 1.2 && < 1.5
|
||||
, authenticate >= 1.3.2.7 && < 1.4
|
||||
, random
|
||||
@ -35,7 +35,7 @@ library
|
||||
, text >= 0.7 && < 2.0
|
||||
, yesod-form >= 1.3 && < 1.5
|
||||
, transformers >= 0.2.2 && < 0.5
|
||||
, hoauth2 >= 0.4.7 && < 0.5
|
||||
, hoauth2 >= 0.4.7 && < 0.6
|
||||
, lifted-base >= 0.2 && < 0.4
|
||||
, vector >= 0.10 && < 0.12
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user