packages feed

yesod-auth-fb 1.7 → 1.8.0

raw patch · 3 files changed

+15/−9 lines, 3 filesdep ~fbdep ~timedep ~transformersnew-uploaderPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: fb, time, transformers, yesod-fb

API changes (from Hackage documentation)

Files

− README
+ README.md view
@@ -0,0 +1,6 @@+yesod-auth-fb+---------------++[![Build Status](https://travis-ci.org/psibi/yesod-auth-fb.svg?branch=master)](https://travis-ci.org/psibi/yesod-auth-fb)++Authentication backend for Yesod using Facebook
yesod-auth-fb.cabal view
@@ -1,15 +1,15 @@ Name:                yesod-auth-fb-Version:             1.7+Version:             1.8.0 Synopsis:            Authentication backend for Yesod using Facebook.-Homepage:            https://github.com/prowdsponsor/yesod-auth-fb+Homepage:            https://github.com/psibi/yesod-auth-fb License:             BSD3 License-file:        LICENSE Author:              Felipe Lessa, Michael Snoyman-Maintainer:          Felipe Lessa <felipe.lessa@gmail.com>+Maintainer:          Sibi <sibi@psibi.in> Category:            Web Build-type:          Simple Cabal-version:       >= 1.6-Extra-source-files:  README, demo/clientside.hs+Extra-source-files:  README.md, demo/clientside.hs  Description:   This package allows you to use Yesod's authentication framework@@ -35,7 +35,7 @@  Source-repository head   type:     git-  location: git://github.com/prowdsponsor/yesod-auth-fb.git+  location: git@github.com:psibi/yesod-auth-fb.git  Library   hs-source-dirs: src@@ -48,13 +48,13 @@                  , wai                  , http-conduit >= 1.9                  , text         >= 0.7     && < 1.3-                 , transformers >= 0.1.3   && < 0.5-                 , yesod-fb     == 0.3.*-                 , fb           >= 0.14    && < 1.1+                 , transformers >= 0.1.3   && < 0.6+                 , yesod-fb     >= 0.4.0+                 , fb           >= 1.1.0                  , conduit      >= 1.0     && < 1.3                  , bytestring   >= 0.9     && < 0.11                  , aeson        >= 0.6-                 , time         >= 1.0     && < 1.6+                 , time         >= 1.0     && < 1.9    Exposed-modules: Yesod.Auth.Facebook                  , Yesod.Auth.Facebook.ClientSide