From 5f68cf25e5f432091ab2cc40426bbc0111a99fc9 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Thu, 11 Nov 2010 19:44:05 +0200 Subject: [PATCH] network 2.3 --- OpenId2/Normalization.hs | 3 +++ authenticate.cabal | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/OpenId2/Normalization.hs b/OpenId2/Normalization.hs index 9b71b300..2bcaf1c5 100644 --- a/OpenId2/Normalization.hs +++ b/OpenId2/Normalization.hs @@ -23,6 +23,9 @@ import Control.Monad import Data.List import Control.Failure (Failure (..)) import Network.URI + ( uriToString, normalizeCase, normalizeEscape + , normalizePathSegments, parseURI, uriPath, uriScheme, uriFragment + ) normalize :: Failure AuthenticateException m => String -> m Identifier normalize ident = diff --git a/authenticate.cabal b/authenticate.cabal index 0693e80c..4c7f7256 100644 --- a/authenticate.cabal +++ b/authenticate.cabal @@ -1,5 +1,5 @@ name: authenticate -version: 0.7.2.1 +version: 0.7.2.2 license: BSD3 license-file: LICENSE author: Michael Snoyman @@ -23,7 +23,7 @@ library transformers >= 0.1 && < 0.3, bytestring >= 0.9 && < 0.10, utf8-string >= 0.3 && < 0.4, - network >= 2.2.1 && < 2.3, + network >= 2.2.1 && < 2.4, xml >= 1.3.7 && < 1.4 exposed-modules: Web.Authenticate.Rpxnow, Web.Authenticate.OpenId,