packages feed

yesod-auth 1.6.11 → 1.6.11.1

raw patch · 3 files changed

+7/−2 lines, 3 files

Files

ChangeLog.md view
@@ -1,5 +1,9 @@ # ChangeLog for yesod-auth +## 1.6.11.1++* No star is type [#1797](https://github.com/yesodweb/yesod/pull/1797)+ ## 1.6.11  * Add support for aeson 2
Yesod/Auth.hs view
@@ -73,6 +73,7 @@ import Network.HTTP.Types (Status, internalServerError500, unauthorized401) import qualified Control.Monad.Trans.Writer    as Writer import Control.Monad (void)+import Data.Kind (Type)  type AuthRoute = Route Auth @@ -532,7 +533,7 @@     -- > AuthEntity MySite ~ User     --     -- @since 1.2.0-    type AuthEntity master :: *+    type AuthEntity master :: Type     type AuthEntity master = KeyEntity (AuthId master)      getAuthEntity :: (MonadHandler m, HandlerSite m ~ master)
yesod-auth.cabal view
@@ -1,6 +1,6 @@ cabal-version:   >=1.10 name:            yesod-auth-version:         1.6.11+version:         1.6.11.1 license:         MIT license-file:    LICENSE author:          Michael Snoyman, Patrick Brisbin