yesod-fay-0.1.0.2: yesod-fay.cabal
-- Initial yesod-fay.cabal generated by cabal init. For further
-- documentation, see http://haskell.org/cabal/users-guide/
name: yesod-fay
version: 0.1.0.2
synopsis: Utilities for using the Fay Haskell-to-JS compiler with Yesod.
description: For initial discussion, see <http://www.yesodweb.com/blog/2012/10/yesod-fay-js>. This is a work-in-progress.
homepage: https://github.com/snoyberg/yesod-fay
license: MIT
license-file: LICENSE
author: Michael Snoyman
maintainer: michael@snoyman.com
category: Web, Yesod
build-type: Simple
cabal-version: >=1.8
library
exposed-modules: Yesod.Fay
Language.Fay.Yesod
build-depends: base >= 4 && < 5
, fay >= 0.9
, transformers >= 0.2
, aeson >= 0.6
, bytestring >= 0.9
, data-default >= 0.4
, text >= 0.11
, system-fileio >= 0.3
, system-filepath >= 0.4
, template-haskell
, process
, shakespeare-js >= 1.0.2
, yesod-core >= 1.1
, yesod-form >= 1.1
, yesod-json >= 1.1