happstack-authenticate 0.10.15 → 0.10.16
raw patch · 1 files changed
+2/−2 lines, 1 filesdep ~happstack-serverPVP: major bump suggested
API removals or changes: PVP suggests a major version bump
Dependency ranges changed: happstack-server
API changes (from Hackage documentation)
- Happstack.Auth.Blaze.Templates: localLoginPage :: (IsString a, Monoid a1, Happstack m, MonadRoute m, ~ * (URL m) AuthURL) => AcidState (EventState UserPassIdAuthIds) -> (a -> a1 -> Html -> m Response) -> AuthURL -> Text -> m Response
+ Happstack.Auth.Blaze.Templates: localLoginPage :: (MonadRoute m, Happstack m, Monoid a1, IsString a, (~) * (URL m) AuthURL) => AcidState (EventState UserPassIdAuthIds) -> (a -> a1 -> Html -> m Response) -> AuthURL -> Text -> m Response
Files
happstack-authenticate.cabal view
@@ -1,5 +1,5 @@ Name: happstack-authenticate-Version: 0.10.15+Version: 0.10.16 Synopsis: Happstack Authentication Library Description: A themeable authentication library with support for username+password and OpenId. Homepage: http://www.happstack.com/@@ -38,7 +38,7 @@ bytestring >= 0.9 && < 0.11, containers >= 0.4 && < 0.6, ixset >= 1.0 && < 1.1,- happstack-server >= 6.0 && < 7.4,+ happstack-server >= 6.0 && < 7.5, http-conduit >= 1.4 && < 2.2, http-types >= 0.6 && < 0.9, fb >= 0.13 && < 1.1,