mirror of
https://github.com/freckle/yesod-auth-oauth2.git
synced 2026-01-11 19:58:28 +01:00
Loosen contraints on lifted-base and text
This commit is contained in:
parent
c635bc7fd1
commit
a306f80da8
@ -1,5 +1,5 @@
|
||||
name: yesod-auth-oauth2
|
||||
version: 0.0.3
|
||||
version: 0.0.4
|
||||
license: BSD3
|
||||
license-file: LICENSE
|
||||
author: Tom Streller
|
||||
@ -27,11 +27,11 @@ library
|
||||
, aeson >= 0.6 && < 0.8
|
||||
, yesod-core >= 1.2 && < 1.3
|
||||
, yesod-auth >= 1.2 && < 1.3
|
||||
, text >= 0.7 && < 0.12
|
||||
, text >= 0.7 && < 2.0
|
||||
, yesod-form >= 1.3 && < 1.4
|
||||
, transformers >= 0.2.2 && < 0.4
|
||||
, hoauth2 >= 0.3.6 && < 0.4
|
||||
, lifted-base >= 0.2.2 && < 0.4
|
||||
, lifted-base >= 0.2 && < 0.4
|
||||
|
||||
exposed-modules: Yesod.Auth.OAuth2
|
||||
Yesod.Auth.OAuth2.Google
|
||||
|
||||
Loading…
Reference in New Issue
Block a user