caught up with conduit-0.5

This commit is contained in:
Hiromi Ishii 2012-07-14 02:38:45 +09:00
parent 8311dc76ae
commit be9d2dad8f
2 changed files with 5 additions and 5 deletions

View File

@ -66,7 +66,7 @@ data OAuth = OAuth { oauthServerName :: String -- ^ Service name (default:
-- otherwise you can just leave this empty. -- otherwise you can just leave this empty.
, oauthAuthorizeUri :: String , oauthAuthorizeUri :: String
-- ^ Uri to authorize (default: @\"\"@). -- ^ 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. -- otherwise you can just leave this empty.
, oauthSignatureMethod :: SignMethod , oauthSignatureMethod :: SignMethod
-- ^ Signature Method (default: 'HMACSHA1') -- ^ Signature Method (default: 'HMACSHA1')

View File

@ -1,6 +1,6 @@
name: authenticate-oauth name: authenticate-oauth
version: 1.3.0.2 version: 1.4.0.0
license: BSD3 license: BSD3
license-file: LICENSE license-file: LICENSE
author: Hiromi Ishii author: Hiromi Ishii
@ -15,7 +15,7 @@ homepage: http://github.com/yesodweb/authenticate
library library
build-depends: base >= 4 && < 5 build-depends: base >= 4 && < 5
, http-conduit >= 1.4 && < 1.5 , http-conduit >= 1.4 && < 1.6
, transformers >= 0.1 && < 0.4 , transformers >= 0.1 && < 0.4
, bytestring >= 0.9 , bytestring >= 0.9
, crypto-pubkey-types >= 0.1 && < 0.2 , crypto-pubkey-types >= 0.1 && < 0.2
@ -27,9 +27,9 @@ library
, random , random
, http-types >= 0.6 && < 0.7 , http-types >= 0.6 && < 0.7
, blaze-builder , blaze-builder
, conduit >= 0.4 && < 0.5 , conduit >= 0.4 && < 0.6
, resourcet >= 0.3 && < 0.4 , 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 , monad-control >= 0.3 && < 0.4
exposed-modules: Web.Authenticate.OAuth, Web.Authenticate.OAuth.IO exposed-modules: Web.Authenticate.OAuth, Web.Authenticate.OAuth.IO
ghc-options: -Wall ghc-options: -Wall