caught up with conduit-0.5
This commit is contained in:
parent
8311dc76ae
commit
be9d2dad8f
@ -66,7 +66,7 @@ data OAuth = OAuth { oauthServerName :: String -- ^ Service name (default:
|
||||
-- otherwise you can just leave this empty.
|
||||
, oauthAuthorizeUri :: String
|
||||
-- ^ Uri to authorize (default: @\"\"@).
|
||||
-- You MUST specify if you use 'authorizeUrl' or 'authorizeUrl'';
|
||||
-- You MUST specify if you use 'authorizeUrl' or 'authorizeZUrl'';
|
||||
-- otherwise you can just leave this empty.
|
||||
, oauthSignatureMethod :: SignMethod
|
||||
-- ^ Signature Method (default: 'HMACSHA1')
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
|
||||
name: authenticate-oauth
|
||||
version: 1.3.0.2
|
||||
version: 1.4.0.0
|
||||
license: BSD3
|
||||
license-file: LICENSE
|
||||
author: Hiromi Ishii
|
||||
@ -15,7 +15,7 @@ homepage: http://github.com/yesodweb/authenticate
|
||||
|
||||
library
|
||||
build-depends: base >= 4 && < 5
|
||||
, http-conduit >= 1.4 && < 1.5
|
||||
, http-conduit >= 1.4 && < 1.6
|
||||
, transformers >= 0.1 && < 0.4
|
||||
, bytestring >= 0.9
|
||||
, crypto-pubkey-types >= 0.1 && < 0.2
|
||||
@ -27,9 +27,9 @@ library
|
||||
, random
|
||||
, http-types >= 0.6 && < 0.7
|
||||
, blaze-builder
|
||||
, conduit >= 0.4 && < 0.5
|
||||
, conduit >= 0.4 && < 0.6
|
||||
, resourcet >= 0.3 && < 0.4
|
||||
, blaze-builder-conduit >= 0.4 && < 0.5
|
||||
, blaze-builder-conduit >= 0.4 && < 0.6
|
||||
, monad-control >= 0.3 && < 0.4
|
||||
exposed-modules: Web.Authenticate.OAuth, Web.Authenticate.OAuth.IO
|
||||
ghc-options: -Wall
|
||||
|
||||
Loading…
Reference in New Issue
Block a user