Name: yesod-fb Version: 0.5.0 Synopsis: Useful glue functions between the fb library and Yesod. Homepage: https://github.com/psibi/yesod-fb License: BSD3 License-file: LICENSE Author: Felipe Lessa, Sibi Prabakaran Maintainer: Sibi Category: Web Build-type: Simple Cabal-version: >= 1.6 Extra-source-files: README.md, CHANGELOG.md bug-reports: https://github.com/psibi/yesod-fb/issues Description: This package contains useful glue functions between the fb package () and Yesod. These functions can't be included on the fb package itself because it should not depend on Yesod. Source-repository head type: git location: git@github.com:psibi/yesod-fb.git Library hs-source-dirs: src Build-depends: base >= 4.9.0 && < 5 , yesod-core >= 1.6.0 , fb >= 1.2.0 , http-client-tls , crypto-api , http-conduit >= 2.3.0 , wai , conduit >= 1.3.0 , aeson , text , bytestring Exposed-modules: Yesod.Facebook GHC-options: -Wall