yesod/yesod-json/yesod-json.cabal
Michael Snoyman 83813b1df4 Add 'yesod-json/' from commit '41a198225f137610cae208190aca443c56efd332'
git-subtree-dir: yesod-json
git-subtree-mainline: 6f5459f70f
git-subtree-split: 41a198225f
2011-07-22 08:59:57 +03:00

29 lines
1.0 KiB
Plaintext

name: yesod-json
version: 0.2.0
license: BSD3
license-file: LICENSE
author: Michael Snoyman <michael@snoyman.com>
maintainer: Michael Snoyman <michael@snoyman.com>
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.9 && < 0.10
, aeson >= 0.3.1.1 && < 0.4
, text >= 0.8 && < 0.12
, hamlet >= 0.9 && < 0.10
, 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