Name: yesod-fb Version: 0.1.0.1 Synopsis: Useful glue functions between the fb library and Yesod. Homepage: https://github.com/meteficha/yesod-fb License: BSD3 License-file: LICENSE Author: Felipe Lessa Maintainer: Felipe Lessa Category: Web Build-type: Simple Cabal-version: >= 1.6 Extra-source-files: README 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/meteficha/yesod-fb.git Library hs-source-dirs: src Build-depends: base >= 4.3 && < 5 , yesod-core == 1.1.* , fb >= 0.11.1 && < 0.12 , crypto-api , http-conduit , wai , conduit , aeson , text , bytestring Exposed-modules: Yesod.Facebook GHC-options: -Wall