Dependency bump
This commit is contained in:
parent
df24f34775
commit
b06c4f5428
@ -40,6 +40,7 @@ import Data.Text (Text)
|
|||||||
import qualified Data.Aeson.Types
|
import qualified Data.Aeson.Types
|
||||||
import qualified Data.Map as Map
|
import qualified Data.Map as Map
|
||||||
import Control.Applicative ((<$>), (<*>))
|
import Control.Applicative ((<$>), (<*>))
|
||||||
|
import Network.TLS (TLSCertificateUsage (CertificateUsageAccept))
|
||||||
|
|
||||||
-- | Information received from Rpxnow after a valid login.
|
-- | Information received from Rpxnow after a valid login.
|
||||||
data Identifier = Identifier
|
data Identifier = Identifier
|
||||||
@ -74,7 +75,7 @@ authenticate apiKey token = do
|
|||||||
[ ("Content-Type", "application/x-www-form-urlencoded")
|
[ ("Content-Type", "application/x-www-form-urlencoded")
|
||||||
]
|
]
|
||||||
, requestBody = RequestBodyLBS body
|
, requestBody = RequestBodyLBS body
|
||||||
, checkCerts = const $ return True
|
, checkCerts = const $ return CertificateUsageAccept
|
||||||
, proxy = Nothing
|
, proxy = Nothing
|
||||||
, rawBody = False
|
, rawBody = False
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
name: authenticate
|
name: authenticate
|
||||||
version: 0.9.1.3
|
version: 0.9.1.4
|
||||||
license: BSD3
|
license: BSD3
|
||||||
license-file: LICENSE
|
license-file: LICENSE
|
||||||
author: Michael Snoyman <michael@snoyman.com>
|
author: Michael Snoyman <michael@snoyman.com>
|
||||||
@ -16,7 +16,7 @@ homepage: http://github.com/snoyberg/authenticate/tree/master
|
|||||||
library
|
library
|
||||||
build-depends: base >= 4 && < 5,
|
build-depends: base >= 4 && < 5,
|
||||||
aeson >= 0.3.1.1 && < 0.4,
|
aeson >= 0.3.1.1 && < 0.4,
|
||||||
http-enumerator >= 0.6.5.2 && < 0.7,
|
http-enumerator >= 0.6.5.4 && < 0.7,
|
||||||
tagsoup >= 0.6 && < 0.13,
|
tagsoup >= 0.6 && < 0.13,
|
||||||
failure >= 0.0.0 && < 0.2,
|
failure >= 0.0.0 && < 0.2,
|
||||||
transformers >= 0.1 && < 0.3,
|
transformers >= 0.1 && < 0.3,
|
||||||
@ -34,7 +34,8 @@ library
|
|||||||
http-types >= 0.6 && < 0.7,
|
http-types >= 0.6 && < 0.7,
|
||||||
enumerator >= 0.4.7 && < 0.5,
|
enumerator >= 0.4.7 && < 0.5,
|
||||||
blaze-builder >= 0.2 && < 0.4,
|
blaze-builder >= 0.2 && < 0.4,
|
||||||
attoparsec >= 0.8.5 && < 0.9,
|
attoparsec >= 0.9 && < 0.10,
|
||||||
|
tls >= 0.7 && < 0.8,
|
||||||
containers
|
containers
|
||||||
exposed-modules: Web.Authenticate.Rpxnow,
|
exposed-modules: Web.Authenticate.Rpxnow,
|
||||||
Web.Authenticate.OpenId,
|
Web.Authenticate.OpenId,
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user