Remove deprecated Github module

This commit is contained in:
patrick brisbin 2018-11-24 14:11:44 -05:00
parent b1caafbe24
commit b8befc4811
No known key found for this signature in database
GPG Key ID: 4243EA839B9CC425

View File

@ -1,15 +0,0 @@
module Yesod.Auth.OAuth2.Github
{-# DEPRECATED "Please use Yesod.Auth.OAuth2.GitHub (GitHub, not Github)" #-}
( oauth2Github
, oauth2GithubScoped
) where
import Yesod.Auth.OAuth2.GitHub
import Yesod.Auth.OAuth2.Prelude
oauth2Github :: YesodAuth m => Text -> Text -> AuthPlugin m
oauth2Github = oauth2GitHub
oauth2GithubScoped :: YesodAuth m => [Text] -> Text -> Text -> AuthPlugin m
oauth2GithubScoped = oauth2GitHubScoped