packages feed

fay-simplejson-0.1.1.0: fay-simplejson.cabal

name:                fay-simplejson
version:             0.1.1.0
synopsis:            SimpleJSON library for Fay.
description:         SimpleJSON library for Fay.
homepage:            https://github.com/Lupino/fay-simplejson
bug-reports:         https://github.com/Lupino/fay-simplejson/issues
license:             BSD3
license-file:        LICENSE
author:              Li Meng Jun
maintainer:          lmjubuntu@gmail.com
copyright:           Li Meng Jun
category:            Web, Fay
build-type:          Simple
cabal-version:       >=1.8
extra-source-files:
  README.md
data-files: src/SimpleJSON.hs

source-repository head
  type: git
  location: https://github.com/Lupino/fay-simplejson.git


library
  hs-source-dirs: src
  ghc-options: -Wall
  exposed-modules: SimpleJSON
  build-depends: fay-base >= 0.18