-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathfay-jquery.cabal
30 lines (27 loc) · 887 Bytes
/
fay-jquery.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
name: fay-jquery
version: 0.6.1.0
synopsis: jQuery bindings for Fay.
description: jQuery bindings for Fay.
homepage: https://github.com/faylang/fay-jquery
bug-reports: https://github.com/faylang/fay-jquery/issues
license: BSD3
license-file: LICENSE
author: Adam Bergmark, Brian Victor, Chris Done
maintainer: [email protected]
copyright: Adam Bergmark, Brian Victor, Chris Done
category: Web, Fay
build-type: Simple
cabal-version: >=1.8
extra-source-files:
README.md
CHANGELOG.md
data-files: src/JQuery.hs
source-repository head
type: git
location: https://github.com/faylang/fay-jquery.git
library
hs-source-dirs: src
ghc-options: -Wall
exposed-modules: JQuery
build-depends: fay-base >= 0.18
, fay-text >= 0.2