mirror of
https://github.com/freckle/yesod-auth-oauth2.git
synced 2026-04-28 05:38:01 +02:00
reverted version bump, removed dependency on time
This commit is contained in:
parent
38ad5b66a8
commit
345bc3e0b0
@ -27,7 +27,6 @@ import Data.Monoid ((<>))
|
|||||||
import Data.Text as T (Text,unwords)
|
import Data.Text as T (Text,unwords)
|
||||||
import Data.ByteString as B (ByteString)
|
import Data.ByteString as B (ByteString)
|
||||||
import Data.Text.Encoding (encodeUtf8, decodeUtf8)
|
import Data.Text.Encoding (encodeUtf8, decodeUtf8)
|
||||||
import Data.Time.Clock (UTCTime)
|
|
||||||
import Network.HTTP.Conduit (Manager)
|
import Network.HTTP.Conduit (Manager)
|
||||||
import Yesod.Auth
|
import Yesod.Auth
|
||||||
import Yesod.Auth.OAuth2
|
import Yesod.Auth.OAuth2
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
name: yesod-auth-oauth2
|
name: yesod-auth-oauth2
|
||||||
version: 0.1.3
|
version: 0.1.2
|
||||||
license: BSD3
|
license: BSD3
|
||||||
license-file: LICENSE
|
license-file: LICENSE
|
||||||
author: Tom Streller
|
author: Tom Streller
|
||||||
@ -36,8 +36,6 @@ 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.
|
|
||||||
|
|
||||||
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