From cb7bdb6567ba1139a4d88a686d3af35d072832b0 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Sun, 6 Dec 2009 00:43:24 +0200 Subject: [PATCH] c-m-f to failure --- Web/Authenticate/OpenId.hs | 2 +- Web/Authenticate/Rpxnow.hs | 2 +- authenticate.cabal | 14 +++++++------- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/Web/Authenticate/OpenId.hs b/Web/Authenticate/OpenId.hs index 754b4751..0f09bacc 100644 --- a/Web/Authenticate/OpenId.hs +++ b/Web/Authenticate/OpenId.hs @@ -26,7 +26,7 @@ import Numeric (showHex) import Control.Monad.Trans import qualified Safe.Failure as A import Data.Generics -import Control.Monad.Failure +import Control.Failure import Control.Exception -- | An openid identifier (ie, a URL). diff --git a/Web/Authenticate/Rpxnow.hs b/Web/Authenticate/Rpxnow.hs index 337ec927..472a8d9d 100644 --- a/Web/Authenticate/Rpxnow.hs +++ b/Web/Authenticate/Rpxnow.hs @@ -21,7 +21,7 @@ import Text.JSON -- FIXME use Data.Object.JSON import Network.HTTP.Wget import Data.Maybe (isJust, fromJust) import Control.Monad.Trans -import Control.Monad.Failure +import Control.Failure -- | Information received from Rpxnow after a valid login. data Identifier = Identifier diff --git a/authenticate.cabal b/authenticate.cabal index 48f90f1f..ad71ee3f 100644 --- a/authenticate.cabal +++ b/authenticate.cabal @@ -1,5 +1,5 @@ name: authenticate -version: 0.2.1 +version: 0.4.0 license: BSD3 license-file: LICENSE author: Michael Snoyman @@ -15,12 +15,12 @@ homepage: http://github.com/snoyberg/authenticate/tree/master library build-depends: base >= 4 && < 5, - json, - http-wget >= 0.2.1, - tagsoup, - control-monad-failure, - safe-failure, - transformers >= 0.1.4.0, + json >= 0.4.3 && < 0.5, + http-wget >= 0.4.0 && < 0.5, + tagsoup >= 0.6 && < 0.7, + failure >= 0.0.0 && < 0.1, + safe-failure >= 0.4 && < 0.5, + transformers >= 0.1.4.0 && < 0.2, syb exposed-modules: Web.Authenticate.Rpxnow, Web.Authenticate.OpenId