Merge pull request #11 from skade/expose-github-scope

Expose auth2GithubScoped
This commit is contained in:
pat brisbin 2014-09-17 22:19:20 -04:00
commit 1ab10c3dae

View File

@ -9,6 +9,7 @@
-- --
module Yesod.Auth.OAuth2.Github module Yesod.Auth.OAuth2.Github
( oauth2Github ( oauth2Github
, oauth2GithubScoped
, module Yesod.Auth.OAuth2 , module Yesod.Auth.OAuth2
) where ) where