yesod-fb-0.4.0: yesod-fb.cabal
Name: yesod-fb
Version: 0.4.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
Maintainer: Sibi <sibi@psibi.in>
Category: Web
Build-type: Simple
Cabal-version: >= 1.6
Extra-source-files: README.md
bug-reports: https://github.com/psibi/yesod-fb/issues
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:psibi/yesod-fb.git
Library
hs-source-dirs: src
Build-depends: base >= 4.3 && < 5
, yesod-core >= 1.2 && < 1.5
, fb >= 1.1.0
, crypto-api
, http-conduit
, wai
, conduit
, aeson
, text
, bytestring
Exposed-modules: Yesod.Facebook
GHC-options: -Wall