yesod-auth-fb 1.3.2 → 1.4
raw patch · 1 files changed
+4/−4 lines, 1 filesdep ~conduitdep ~fbdep ~http-conduit
Dependency ranges changed: conduit, fb, http-conduit
Files
- yesod-auth-fb.cabal +4/−4
yesod-auth-fb.cabal view
@@ -1,5 +1,5 @@ Name: yesod-auth-fb-Version: 1.3.2+Version: 1.4 Synopsis: Authentication backend for Yesod using Facebook. Homepage: https://github.com/meteficha/yesod-auth-fb License: BSD3@@ -47,12 +47,12 @@ , hamlet , shakespeare-js >= 1.0.2 , wai- , http-conduit+ , http-conduit >= 1.9 , text >= 0.7 && < 0.12 , transformers >= 0.1.3 && < 0.4 , yesod-fb == 0.2.*- , fb == 0.13.*- , conduit == 0.5.*+ , fb == 0.14.*+ , conduit == 1.0.* , bytestring >= 0.9 && < 0.11 , aeson == 0.6.* , time >= 1.0 && < 1.5