packages feed

yesod-fb-0.6.1: yesod-fb.cabal

Name:                yesod-fb
Version:             0.6.1
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 <sibi@psibi.in>
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 (<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.11 && < 5
                 , yesod-core
                 , fb           >= 2.1.1
                 , http-client-tls
                 , memory
                 , http-conduit >= 2.3.0
                 , wai
                 , conduit      >= 1.3.0
                 , aeson
                 , text
                 , bytestring

  Exposed-modules: Yesod.Facebook
  GHC-options: -Wall