name: yesod-angular version: 0.1.0.1 synopsis: Yesod Angular JS integration. description: Yesod Angular JS integration. This module is based on Michael Snoyman's original work in the repository. license: BSD3 license-file: LICENSE author: Christopher Reichert maintainer: Christopher Reichert category: Web build-type: Simple cabal-version: >=1.10 library hs-source-dirs: src exposed-modules: Yesod.Angular default-language: Haskell2010 build-depends: aeson >= 0.6 && < 0.8 , base == 4.* , containers == 0.5.* , shakespeare == 2.* , template-haskell , text >= 0.11 && < 2.0 , transformers >= 0.2 , yesod >= 1.2.5 && < 1.3 source-repository head type: git location: https://github.com/creichert/yesod-angular