c-m-f to failure
This commit is contained in:
parent
83d2d25d34
commit
cb7bdb6567
@ -26,7 +26,7 @@ import Numeric (showHex)
|
|||||||
import Control.Monad.Trans
|
import Control.Monad.Trans
|
||||||
import qualified Safe.Failure as A
|
import qualified Safe.Failure as A
|
||||||
import Data.Generics
|
import Data.Generics
|
||||||
import Control.Monad.Failure
|
import Control.Failure
|
||||||
import Control.Exception
|
import Control.Exception
|
||||||
|
|
||||||
-- | An openid identifier (ie, a URL).
|
-- | An openid identifier (ie, a URL).
|
||||||
|
|||||||
@ -21,7 +21,7 @@ import Text.JSON -- FIXME use Data.Object.JSON
|
|||||||
import Network.HTTP.Wget
|
import Network.HTTP.Wget
|
||||||
import Data.Maybe (isJust, fromJust)
|
import Data.Maybe (isJust, fromJust)
|
||||||
import Control.Monad.Trans
|
import Control.Monad.Trans
|
||||||
import Control.Monad.Failure
|
import Control.Failure
|
||||||
|
|
||||||
-- | 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: 0.2.1
|
version: 0.4.0
|
||||||
license: BSD3
|
license: BSD3
|
||||||
license-file: LICENSE
|
license-file: LICENSE
|
||||||
author: Michael Snoyman <michael@snoyman.com>
|
author: Michael Snoyman <michael@snoyman.com>
|
||||||
@ -15,12 +15,12 @@ homepage: http://github.com/snoyberg/authenticate/tree/master
|
|||||||
|
|
||||||
library
|
library
|
||||||
build-depends: base >= 4 && < 5,
|
build-depends: base >= 4 && < 5,
|
||||||
json,
|
json >= 0.4.3 && < 0.5,
|
||||||
http-wget >= 0.2.1,
|
http-wget >= 0.4.0 && < 0.5,
|
||||||
tagsoup,
|
tagsoup >= 0.6 && < 0.7,
|
||||||
control-monad-failure,
|
failure >= 0.0.0 && < 0.1,
|
||||||
safe-failure,
|
safe-failure >= 0.4 && < 0.5,
|
||||||
transformers >= 0.1.4.0,
|
transformers >= 0.1.4.0 && < 0.2,
|
||||||
syb
|
syb
|
||||||
exposed-modules: Web.Authenticate.Rpxnow,
|
exposed-modules: Web.Authenticate.Rpxnow,
|
||||||
Web.Authenticate.OpenId
|
Web.Authenticate.OpenId
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user