Fix some deps
This commit is contained in:
parent
7129baff18
commit
9de803c7b5
@ -41,8 +41,7 @@ import Text.HTML.TagSoup (parseTags, Tag (TagOpen))
|
|||||||
import Control.Applicative ((<$>), (<*>))
|
import Control.Applicative ((<$>), (<*>))
|
||||||
import Network.HTTP.Types (status200)
|
import Network.HTTP.Types (status200)
|
||||||
import Control.Exception (throwIO)
|
import Control.Exception (throwIO)
|
||||||
import Control.Monad.Trans.Resource (MonadResource)
|
import Data.Conduit (MonadBaseControl, MonadResource)
|
||||||
import Control.Monad.Trans.Control (MonadBaseControl)
|
|
||||||
|
|
||||||
data Discovery = Discovery1 Text (Maybe Text)
|
data Discovery = Discovery1 Text (Maybe Text)
|
||||||
| Discovery2 Provider Identifier IdentType
|
| Discovery2 Provider Identifier IdentType
|
||||||
|
|||||||
@ -12,8 +12,7 @@ import Data.Attoparsec.Lazy (parse, maybeResult)
|
|||||||
import qualified Data.HashMap.Lazy as Map
|
import qualified Data.HashMap.Lazy as Map
|
||||||
import Data.Text.Encoding (encodeUtf8)
|
import Data.Text.Encoding (encodeUtf8)
|
||||||
import Control.Monad.IO.Class (liftIO)
|
import Control.Monad.IO.Class (liftIO)
|
||||||
import Control.Monad.Trans.Control (MonadBaseControl)
|
import Data.Conduit (MonadBaseControl, MonadResource)
|
||||||
import Control.Monad.Trans.Resource (MonadResource)
|
|
||||||
|
|
||||||
-- | Location of the Javascript file hosted by browserid.org
|
-- | Location of the Javascript file hosted by browserid.org
|
||||||
browserIdJs :: Text
|
browserIdJs :: Text
|
||||||
|
|||||||
@ -36,8 +36,7 @@ import Data.Text.Encoding (encodeUtf8, decodeUtf8)
|
|||||||
import Blaze.ByteString.Builder (toByteString)
|
import Blaze.ByteString.Builder (toByteString)
|
||||||
import Network.HTTP.Types (renderQueryText)
|
import Network.HTTP.Types (renderQueryText)
|
||||||
import Control.Exception (throwIO)
|
import Control.Exception (throwIO)
|
||||||
import Control.Monad.Trans.Control (MonadBaseControl)
|
import Data.Conduit (MonadBaseControl, MonadResource)
|
||||||
import Control.Monad.Trans.Resource (MonadResource)
|
|
||||||
|
|
||||||
getForwardUrl
|
getForwardUrl
|
||||||
:: (MonadResource m, MonadBaseControl IO m)
|
:: (MonadResource m, MonadBaseControl IO m)
|
||||||
|
|||||||
@ -38,8 +38,7 @@ import qualified Data.Aeson.Types
|
|||||||
import qualified Data.HashMap.Lazy as Map
|
import qualified Data.HashMap.Lazy as Map
|
||||||
import Control.Applicative ((<$>), (<*>))
|
import Control.Applicative ((<$>), (<*>))
|
||||||
import Control.Exception (throwIO)
|
import Control.Exception (throwIO)
|
||||||
import Control.Monad.Trans.Control (MonadBaseControl)
|
import Data.Conduit (MonadBaseControl, MonadResource)
|
||||||
import Control.Monad.Trans.Resource (MonadResource)
|
|
||||||
|
|
||||||
-- | Information received from Rpxnow after a valid login.
|
-- | Information received from Rpxnow after a valid login.
|
||||||
data Identifier = Identifier
|
data Identifier = Identifier
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
name: authenticate
|
name: authenticate
|
||||||
version: 1.3.2.4
|
version: 1.3.2.5
|
||||||
license: BSD3
|
license: BSD3
|
||||||
license-file: LICENSE
|
license-file: LICENSE
|
||||||
author: Michael Snoyman, Hiromi Ishii, Arash Rouhani
|
author: Michael Snoyman, Hiromi Ishii, Arash Rouhani
|
||||||
@ -18,8 +18,8 @@ homepage: http://github.com/yesodweb/authenticate
|
|||||||
library
|
library
|
||||||
build-depends: base >= 4 && < 5
|
build-depends: base >= 4 && < 5
|
||||||
, aeson >= 0.5
|
, aeson >= 0.5
|
||||||
, http-conduit >= 1.5 && < 1.9
|
, http-conduit >= 1.5
|
||||||
, tagsoup >= 0.12 && < 0.13
|
, tagsoup >= 0.12
|
||||||
, transformers >= 0.1
|
, transformers >= 0.1
|
||||||
, bytestring >= 0.9
|
, bytestring >= 0.9
|
||||||
, network
|
, network
|
||||||
@ -32,9 +32,6 @@ library
|
|||||||
, containers
|
, containers
|
||||||
, unordered-containers
|
, unordered-containers
|
||||||
, conduit >= 0.5
|
, conduit >= 0.5
|
||||||
, resourcet >= 0.3
|
|
||||||
, monad-control >= 0.3
|
|
||||||
, blaze-builder-conduit >= 0.5
|
|
||||||
exposed-modules: Web.Authenticate.Rpxnow,
|
exposed-modules: Web.Authenticate.Rpxnow,
|
||||||
Web.Authenticate.OpenId,
|
Web.Authenticate.OpenId,
|
||||||
Web.Authenticate.BrowserId,
|
Web.Authenticate.BrowserId,
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user