reverted version bump, removed dependency on time

This commit is contained in:
Stefan Dresselhaus 2015-06-28 17:17:21 +02:00
parent 38ad5b66a8
commit 345bc3e0b0
2 changed files with 1 additions and 4 deletions

View File

@ -27,7 +27,6 @@ import Data.Monoid ((<>))
import Data.Text as T (Text,unwords)
import Data.ByteString as B (ByteString)
import Data.Text.Encoding (encodeUtf8, decodeUtf8)
import Data.Time.Clock (UTCTime)
import Network.HTTP.Conduit (Manager)
import Yesod.Auth
import Yesod.Auth.OAuth2

View File

@ -1,5 +1,5 @@
name: yesod-auth-oauth2
version: 0.1.3
version: 0.1.2
license: BSD3
license-file: LICENSE
author: Tom Streller
@ -36,8 +36,6 @@ library
, transformers >= 0.2.2 && < 0.5
, hoauth2 >= 0.4.7 && < 0.5
, lifted-base >= 0.2 && < 0.4
, time
--dependency of yesod-core. Let cabal choose version.
exposed-modules: Yesod.Auth.OAuth2
Yesod.Auth.OAuth2.Github