-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathyesod-fb.cabal
40 lines (34 loc) · 1.19 KB
/
yesod-fb.cabal
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
Name: yesod-fb
Version: 0.3.4
Synopsis: Useful glue functions between the fb library and Yesod.
Homepage: https://github.com/prowdsponsor/yesod-fb
License: BSD3
License-file: LICENSE
Author: Felipe Lessa
Maintainer: Felipe Lessa <[email protected]>
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/prowdsponsor/yesod-fb.git
Library
hs-source-dirs: src
Build-depends: base >= 4.3 && < 5
, yesod-core >= 1.2 && < 1.5
, fb >= 0.11.1 && < 1.1
, crypto-api
, http-conduit
, wai
, conduit
, aeson
, text
, bytestring
Exposed-modules: Yesod.Facebook
GHC-options: -Wall