packages feed

yesod-auth 0.4.0.1 → 0.4.0.2

raw patch · 2 files changed

+3/−3 lines, 2 filesPVP: major bump suggested

API removals or changes: PVP suggests a major version bump

API changes (from Hackage documentation)

- Yesod.Helpers.Auth: PluginR :: Text -> Texts -> AuthRoute
+ Yesod.Helpers.Auth: PluginR :: Text -> Texts' -> AuthRoute

Files

Yesod/Helpers/Auth.hs view
@@ -130,12 +130,12 @@     messageFacebook :: m -> Html
     messageFacebook _ = "Login with Facebook"
 
-type Texts = [Text]
+type Texts' = [Text]
 
 mkYesodSub "Auth"
     [ ClassP ''YesodAuth [VarT $ mkName "master"]
     ]
-#define STRINGS *Texts
+#define STRINGS *Texts'
 #if GHC7
     [parseRoutes|
 #else
yesod-auth.cabal view
@@ -1,5 +1,5 @@ name:            yesod-auth
-version:         0.4.0.1
+version:         0.4.0.2
 license:         BSD3
 license-file:    LICENSE
 author:          Michael Snoyman, Patrick Brisbin