yesod-auth-fb 1.6.4 → 1.6.5
raw patch · 1 files changed
+5/−5 lines, 1 filesdep ~textdep ~timedep ~yesod-auth
Dependency ranges changed: text, time, yesod-auth, yesod-core
Files
- yesod-auth-fb.cabal +5/−5
yesod-auth-fb.cabal view
@@ -1,5 +1,5 @@ Name: yesod-auth-fb-Version: 1.6.4+Version: 1.6.5 Synopsis: Authentication backend for Yesod using Facebook. Homepage: https://github.com/prowdsponsor/yesod-auth-fb License: BSD3@@ -42,21 +42,21 @@ Build-depends: base >= 4.3 && < 5 , lifted-base >= 0.1 && < 0.3- , yesod-core == 1.2.*- , yesod-auth == 1.3.*+ , yesod-core >= 1.2 && < 1.5+ , yesod-auth >= 1.3 && < 1.5 , hamlet , shakespeare , shakespeare-js >= 1.0.2 , wai , http-conduit >= 1.9- , text >= 0.7 && < 1.2+ , text >= 0.7 && < 1.3 , transformers >= 0.1.3 && < 0.5 , yesod-fb == 0.3.* , fb >= 0.14 && < 1.1 , conduit >= 1.0 && < 1.3 , bytestring >= 0.9 && < 0.11 , aeson >= 0.6- , time >= 1.0 && < 1.5+ , time >= 1.0 && < 1.6 Exposed-modules: Yesod.Auth.Facebook , Yesod.Auth.Facebook.ClientSide