yesod/yesod-json/yesod-json.cabal
Felipe Lessa 6fdb6d38b2 Fix locations of source repositories on Cabal file.
Packages that still weren't updated:

  - yesod-examples
  - yesod-form
  - yesod-json
  - yesod-persistent
  - yesod-static
2011-12-24 20:35:45 -02:00

31 lines
1.1 KiB
Plaintext

name: yesod-json
version: 0.2.2.2
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/
description: Generate content for Yesod using the aeson package.
library
build-depends: base >= 4 && < 5
, yesod-core >= 0.9 && < 0.10
, aeson >= 0.3
, text >= 0.8 && < 0.12
, shakespeare-js >= 0.10 && < 0.11
, vector >= 0.9
, containers >= 0.2 && < 0.5
, unordered-containers
, blaze-builder
exposed-modules: Yesod.Json
ghc-options: -Wall
source-repository head
type: git
location: git://github.com/yesodweb/yesod.git