authenticate 0.7.2.1 → 0.7.2.2
raw patch · 2 files changed
+5/−2 lines, 2 filesdep ~networkPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: network
API changes (from Hackage documentation)
Files
- OpenId2/Normalization.hs +3/−0
- authenticate.cabal +2/−2
OpenId2/Normalization.hs view
@@ -23,6 +23,9 @@ 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 =
authenticate.cabal view
@@ -1,5 +1,5 @@ name: authenticate-version: 0.7.2.1+version: 0.7.2.2 license: BSD3 license-file: LICENSE author: Michael Snoyman <michael@snoyman.com>@@ -23,7 +23,7 @@ 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,