authenticate 0.9.1.1 → 0.9.1.2
raw patch · 2 files changed
+3/−1 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- Web/Authenticate/Rpxnow.hs +2/−0
- authenticate.cabal +1/−1
Web/Authenticate/Rpxnow.hs view
@@ -73,6 +73,8 @@ ] , requestBody = RequestBodyLBS body , checkCerts = const $ return True+ , proxy = Nothing+ , rawBody = False } res <- liftIO $ withManager $ httpLbsRedirect req let b = responseBody res
authenticate.cabal view
@@ -1,5 +1,5 @@ name: authenticate-version: 0.9.1.1+version: 0.9.1.2 license: BSD3 license-file: LICENSE author: Michael Snoyman <michael@snoyman.com>