packages feed

yesod-fb 0.3.4 → 0.4.0

raw patch · 3 files changed

+15/−7 lines, 3 filesdep ~fbnew-uploaderPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: fb

API changes (from Hackage documentation)

Files

− README
+ README.md view
@@ -0,0 +1,8 @@+yesod-fb+----------++[![Build Status](https://travis-ci.org/psibi/yesod-fb.svg?branch=master)](https://travis-ci.org/psibi/yesod-fb)++Glue functions between yesod and the `fb` package.++
yesod-fb.cabal view
@@ -1,15 +1,16 @@ Name:                yesod-fb-Version:             0.3.4+Version:             0.4.0 Synopsis:            Useful glue functions between the fb library and Yesod.-Homepage:            https://github.com/prowdsponsor/yesod-fb+Homepage:            https://github.com/psibi/yesod-fb License:             BSD3 License-file:        LICENSE Author:              Felipe Lessa-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+Extra-source-files:  README.md+bug-reports:         https://github.com/psibi/yesod-fb/issues  Description:   This package contains useful glue functions between the fb@@ -19,15 +20,14 @@  Source-repository head   type:     git-  location: git://github.com/prowdsponsor/yesod-fb.git+  location: git@github.com:psibi/yesod-fb.git  Library   hs-source-dirs: src    Build-depends:   base         >= 4.3     && < 5                  , yesod-core   >= 1.2     && < 1.5-                 , fb           >= 0.11.1  && < 1.1-+                 , fb           >= 1.1.0                  , crypto-api                  , http-conduit                  , wai