yesod-fay-0.5.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.5.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/fpco/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
other-modules: Yesod.Fay.Data
build-depends: base >= 4 && < 5
, fay >= 0.16
, fay-text
, transformers >= 0.2
, aeson >= 0.6
, bytestring >= 0.9
, data-default >= 0.4
, directory >= 1.1.0.2
, text >= 0.11
, system-fileio >= 0.3
, system-filepath >= 0.4
, template-haskell
, process
, shakespeare-js >= 1.0.2
, shakespeare
, yesod-core >= 1.2
, yesod-form >= 1.2
, yesod-static >= 1.2
, pureMD5 >= 2.1.2.1
, utf8-string >= 0.3.7
, monad-loops >= 0.3.3.0