yesod-auth-smbclient 1.0.0.0 → 2.0.0.0
raw patch · 2 files changed
+4/−4 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
src/Yesod/Auth/SmbClient.hs view
@@ -24,7 +24,7 @@ runInputPost, textField) -pid = "posixpam"+pid = "smbclient" -- |The smbclient authentication plugin. authSmbClient :: YesodAuth m =>@@ -58,7 +58,7 @@ login toMaster = toWidget [hamlet| $newline never- <div #pamlogin>+ <div #smbclientlogin> <form method=post action=@{toMaster url} .form-horizontal> <div .control-group> <label .control-label>
yesod-auth-smbclient.cabal view
@@ -9,7 +9,7 @@ -- PVP summary: +-+------- breaking API changes -- | | +----- non-breaking API additions -- | | | +--- code changes with no API change-version: 1.0.0.0+version: 2.0.0.0 -- A short (one-line) description of the package. synopsis: Authentication plugin for Yesod using smbclient@@ -68,4 +68,4 @@ source-repository this type: git location: https://github.com/kkazuo/yesod-auth-smbclient.git- tag: 1.0.0.0+ tag: 2.0.0.0