From 519f857007ab3cec9309f4a4251ea331d8c2c18d Mon Sep 17 00:00:00 2001 From: Hiromi Ishii Date: Thu, 22 Mar 2012 15:58:52 +0900 Subject: [PATCH] removed unnecessary parts --- authenticate-oauth/Web/Authenticate/OAuth.hs | 1 - 1 file changed, 1 deletion(-) diff --git a/authenticate-oauth/Web/Authenticate/OAuth.hs b/authenticate-oauth/Web/Authenticate/OAuth.hs index 9832c1c7..8f3b15f6 100644 --- a/authenticate-oauth/Web/Authenticate/OAuth.hs +++ b/authenticate-oauth/Web/Authenticate/OAuth.hs @@ -82,7 +82,6 @@ data OAuth = OAuth { oauthServerName :: String -- ^ Service name (default: data OAuthVersion = OAuth10 -- ^ OAuth protocol ver 1.0 (no oauth_verifier; differs from RFC 5849). | OAuth10a -- ^ OAuth protocol ver 1.0a. This corresponds to community's 1.0a spec and RFC 5849. - | OAuth20 -- ^ OAuth protocol ver 2.0, currently based on community's draft-ietf-oauth-v2-25. deriving (Show, Eq, Ord, Data, Typeable, Read) -- | Default value for OAuth datatype.