yesod-auth-hashdb 1.6 → 1.6.0.1
raw patch · 3 files changed
+6/−2 lines, 3 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- ChangeLog.md +4/−0
- Yesod/Auth/HashDB.hs +1/−1
- yesod-auth-hashdb.cabal +1/−1
ChangeLog.md view
@@ -1,3 +1,7 @@+## 1.6.0.1++* Fix serious documentation layout problem caused by typo+ ## 1.6 This release completes the breaking changes started in 1.5. For details
Yesod/Auth/HashDB.hs view
@@ -144,7 +144,7 @@ -- > render <- lift getUrlRender -- > typedContent@(TypedContent ct _) <- selectRep $ do -- > provideRepType typeHtml $ return emptyContent- -- Dummy: the real Html version is at the end+-- > -- Dummy: the real Html version is at the end -- > provideJson $ object [("loginUrl", toJSON $ render submission)] -- > when (ct == typeJson) $ -- > sendResponse typedContent -- Short-circuit JSON response
yesod-auth-hashdb.cabal view
@@ -1,5 +1,5 @@ name: yesod-auth-hashdb-version: 1.6+version: 1.6.0.1 license: MIT license-file: LICENSE author: Patrick Brisbin, later changes Paul Rouse