-- Initial yesod-fay.cabal generated by cabal init. For further -- documentation, see http://haskell.org/cabal/users-guide/ name: yesod-fay version: 0.4.0.3 synopsis: Utilities for using the Fay Haskell-to-JS compiler with Yesod. description: For initial discussion, see . 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 other-modules: Yesod.Fay.Data build-depends: base >= 4 && < 5 , fay >= 0.16 , 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 , 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