mirror of
https://github.com/freckle/yesod-auth-oauth2.git
synced 2026-04-25 12:17:45 +02:00
fixed messup in .cabal
This commit is contained in:
parent
b9d9b51a6c
commit
38ad5b66a8
@ -36,7 +36,8 @@ library
|
|||||||
, transformers >= 0.2.2 && < 0.5
|
, transformers >= 0.2.2 && < 0.5
|
||||||
, hoauth2 >= 0.4.7 && < 0.5
|
, hoauth2 >= 0.4.7 && < 0.5
|
||||||
, lifted-base >= 0.2 && < 0.4
|
, lifted-base >= 0.2 && < 0.4
|
||||||
, time --dependency of yesod-core. Let cabal choose version.
|
, time
|
||||||
|
--dependency of yesod-core. Let cabal choose version.
|
||||||
|
|
||||||
exposed-modules: Yesod.Auth.OAuth2
|
exposed-modules: Yesod.Auth.OAuth2
|
||||||
Yesod.Auth.OAuth2.Github
|
Yesod.Auth.OAuth2.Github
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user