authenticate 0.10.2 → 0.10.2.1
raw patch · 2 files changed
+1/−2 lines, 2 files
Files
- OpenId2/Discovery.hs +0/−1
- authenticate.cabal +1/−1
OpenId2/Discovery.hs view
@@ -89,7 +89,6 @@ Just loc -> discoverYADIS ident (Just loc) (redirects - 1) Nothing -> do let mdoc = parseXRDS $ responseBody res- liftIO $ print mdoc case mdoc of Just doc -> return $ parseYADIS ident doc Nothing -> return Nothing
authenticate.cabal view
@@ -1,5 +1,5 @@ name: authenticate-version: 0.10.2+version: 0.10.2.1 license: BSD3 license-file: LICENSE author: Michael Snoyman, Hiromi Ishii, Arash Rouhani