yesod-auth 1.6.1 → 1.6.2
raw patch · 3 files changed
+6/−2 lines, 3 files
Files
- ChangeLog.md +4/−0
- Yesod/Auth.hs +1/−1
- yesod-auth.cabal +1/−1
ChangeLog.md view
@@ -1,3 +1,7 @@+## 1.6.2++* Remove MINIMAL praggma for authHttpManager [#1489](https://github.com/yesodweb/yesod/issues/1489)+ ## 1.6.1 * Relax a number of type signatures [#1488](https://github.com/yesodweb/yesod/issues/1488)
Yesod/Auth.hs view
@@ -243,7 +243,7 @@ man <- authHttpManager withRunInIO $ \run -> withResponse req man $ run . inner - {-# MINIMAL loginDest, logoutDest, (authenticate | getAuthId), authPlugins, authHttpManager #-}+ {-# MINIMAL loginDest, logoutDest, (authenticate | getAuthId), authPlugins #-} {-# DEPRECATED getAuthId "Define 'authenticate' instead; 'getAuthId' will be removed in the next major version" #-}
yesod-auth.cabal view
@@ -1,5 +1,5 @@ name: yesod-auth-version: 1.6.1+version: 1.6.2 license: MIT license-file: LICENSE author: Michael Snoyman, Patrick Brisbin