yesod-auth-fb 1.0.6 → 1.1
raw patch · 1 files changed
+5/−7 lines, 1 filesdep ~conduitdep ~fbdep ~yesod-authPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: conduit, fb, yesod-auth, yesod-core
API changes (from Hackage documentation)
Files
- yesod-auth-fb.cabal +5/−7
yesod-auth-fb.cabal view
@@ -1,5 +1,5 @@ Name: yesod-auth-fb-Version: 1.0.6+Version: 1.1 Synopsis: Authentication backend for Yesod using Facebook. Homepage: https://github.com/meteficha/yesod-auth-fb License: BSD3@@ -37,23 +37,21 @@ type: git location: git://github.com/meteficha/yesod-auth-fb.git -flag ghc7- Library hs-source-dirs: src Build-depends: base >= 4.3 && < 5 , lifted-base == 0.1.*- , yesod-core >= 1.0 && < 1.1- , yesod-auth >= 1.0 && < 1.1+ , yesod-core == 1.1.*+ , yesod-auth == 1.1.* , hamlet , shakespeare-js , wai , http-conduit , text >= 0.7 && < 0.12 , transformers >= 0.1.3 && < 0.4- , fb >= 0.9.6 && < 0.10- , conduit == 0.4.*+ , fb == 0.11.*+ , conduit == 0.5.* , bytestring == 0.9.* , aeson == 0.6.* , time >= 1.0 && < 1.5