diff --git a/Web/Authenticate/OpenId.hs b/Web/Authenticate/OpenId.hs index 0f09bacc..651ff98c 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.Failure +import Control.Failure hiding (Error) import Control.Exception -- | An openid identifier (ie, a URL). diff --git a/authenticate.cabal b/authenticate.cabal index ad71ee3f..1bf9b560 100644 --- a/authenticate.cabal +++ b/authenticate.cabal @@ -1,5 +1,5 @@ name: authenticate -version: 0.4.0 +version: 0.4.0.1 license: BSD3 license-file: LICENSE author: Michael Snoyman @@ -17,7 +17,7 @@ library build-depends: base >= 4 && < 5, json >= 0.4.3 && < 0.5, http-wget >= 0.4.0 && < 0.5, - tagsoup >= 0.6 && < 0.7, + tagsoup >= 0.6 && < 0.9, failure >= 0.0.0 && < 0.1, safe-failure >= 0.4 && < 0.5, transformers >= 0.1.4.0 && < 0.2,