yesod/yesod-json.cabal
Michael Snoyman 3bedd2bf75 Version bump
2011-02-24 21:16:19 +02:00

27 lines
995 B
Plaintext

name: yesod-json
version: 0.0.0.1
license: BSD3
license-file: LICENSE
author: Michael Snoyman <michael@snoyman.com>
maintainer: Michael Snoyman <michael@snoyman.com>
synopsis: Generate content for Yesod using the json-types package.
category: Web, Yesod
stability: Stable
cabal-version: >= 1.6
build-type: Simple
homepage: http://docs.yesodweb.com/
library
build-depends: base >= 4 && < 5
, yesod-core >= 0.7 && < 0.8
, json-enumerator >= 0.0 && < 0.1
, json-types >= 0.1 && < 0.2
, containers >= 0.2 && < 0.5
, text >= 0.8 && < 0.12
exposed-modules: Yesod.Json
ghc-options: -Wall
source-repository head
type: git
location: git://github.com/snoyberg/yesod-json.git