packages feed

JSON-Combinator-Examples-0.0.1: JSON-Combinator-Examples.cabal

Name:               JSON-Combinator-Examples
Version:            0.0.1
License:            BSD3
License-File:       LICENSE
Author:             Tony Morris <ʇǝu˙sıɹɹoɯʇ@ןןǝʞsɐɥ>
Maintainer:         Tony Morris
Synopsis:           Example uses of the JSON-Combinator library.
Category:           Combinators
Description:
  Example uses of the JSON-Combinator library.
  .
  /The example JSON files use a specific JSON format because of a bug in json (Text.JSON)./
Cabal-version:      >= 1.2
Build-Type:         Simple

Flag small_base
  Description:      Choose the new, split-up base package.

Library
  Build-Depends:
                    base < 5 && >= 4
                    , bytestring
                    , JSONb
                    , json
                    , JSON-Combinator >= 0.1.2

  GHC-Options:      -Wall

  Exposed-Modules:  Text.JSON.Combinator.Examples