fay-jquery-0.4.0.0: fay-jquery.cabal
name: fay-jquery
version: 0.4.0.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: Adam Bergmark
copyright: Adam Bergmark, Brian Victor, Chris Done
category: Web, Fay
build-type: Simple
cabal-version: >=1.8
data-files: src/JQuery.hs
source-repository head
type: git
location: https://github.com/faylang/fay-jquery.git
library
hs-source-dirs: src
exposed-modules: JQuery
build-depends: fay-base >= 0.17
, fay-text >= 0.1