authenticate 1.3.2.1 → 1.3.2.2
raw patch · 1 files changed
+4/−4 lines, 1 filesdep ~blaze-builder-conduitdep ~bytestringdep ~conduitPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: blaze-builder-conduit, bytestring, conduit, http-types, monad-control, resourcet, xml-conduit
API changes (from Hackage documentation)
Files
- authenticate.cabal +4/−4
authenticate.cabal view
@@ -1,5 +1,5 @@ name: authenticate-version: 1.3.2.1+version: 1.3.2.2 license: BSD3 license-file: LICENSE author: Michael Snoyman, Hiromi Ishii, Arash Rouhani@@ -26,15 +26,15 @@ , case-insensitive >= 0.2 , text , http-types >= 0.6- , xml-conduit >= 1.0 && < 1.1+ , xml-conduit >= 1.0 , blaze-builder , attoparsec , containers , unordered-containers- , conduit >= 0.5 && < 0.6+ , conduit >= 0.5 , resourcet >= 0.3 , monad-control >= 0.3- , blaze-builder-conduit >= 0.5 && < 0.6+ , blaze-builder-conduit >= 0.5 exposed-modules: Web.Authenticate.Rpxnow, Web.Authenticate.OpenId, Web.Authenticate.BrowserId,