packages feed

json-types-0.1: json-types.cabal

name: json-types
version: 0.1
synopsis: Basic types for representing JSON
license: MIT
license-file: license.txt
author: John Millikin <jmillikin@gmail.com>
maintainer: jmillikin@gmail.com
build-type: Simple
cabal-version: >=1.6
category: Text, JSON
stability: experimental
bug-reports: mailto:jmillikin@gmail.com

source-repository head
  type: bazaar
  location: http://john-millikin.com/software/json-types/

library
  ghc-options: -Wall

  build-depends:
      base >= 3 && < 5
    , text
    , containers

  exposed-modules:
    Data.JSON.Types