name: yesod-json version: 0.1.1.2 license: BSD3 license-file: LICENSE author: Michael Snoyman maintainer: Michael Snoyman synopsis: Generate content for Yesod using the aeson package. category: Web, Yesod stability: Stable cabal-version: >= 1.6 build-type: Simple homepage: http://www.yesodweb.com/ library build-depends: base >= 4 && < 5 , yesod-core >= 0.8 && < 0.9 , aeson >= 0.3.1.1 && < 0.3.2.10 , text >= 0.8 && < 0.12 , hamlet >= 0.8 && < 0.9 , vector , containers , blaze-textual >= 0.1 && < 0.2 exposed-modules: Yesod.Json ghc-options: -Wall source-repository head type: git location: git://github.com/snoyberg/yesod-json.git