yesod-fb-0.2: yesod-fb.cabal
Name: yesod-fb
Version: 0.2
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 <felipe.lessa@gmail.com>
Category: Web
Build-type: Simple
Cabal-version: >= 1.6
Extra-source-files: README
Description:
This package contains useful glue functions between the fb
package (<http://hackage.haskell.org/package/fb>) 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.13
, crypto-api
, http-conduit
, wai
, conduit
, aeson
, text
, bytestring
Exposed-modules: Yesod.Facebook
GHC-options: -Wall