packages feed

JSON-Combinator-0.0.2: JSON-Combinator.cabal

Name:               JSON-Combinator
Version:            0.0.2
License:            BSD3
License-File:       LICENSE
Author:             Tony Morris <ʇǝu˙sıɹɹoɯʇ@ןןǝʞsɐɥ>
Maintainer:         Tony Morris
Synopsis:           A combinator library on top of Text.JSONb
Category:           Combinator
Description:        A combinator library on top of Text.JSONb 
Cabal-version:      >= 1.2
Build-Type:         Simple

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

Library
  Build-Depends:    base < 5 && >= 4,
                    JSONb,
                    bytestring,
                    bytestring-trie,
                    HUnit,
                    QuickCheck,
                    test-framework,
                    test-framework-hunit,
                    test-framework-quickcheck2

  GHC-Options:      -Wall
                    -fno-warn-orphans
                    -fno-warn-type-defaults
                    -fno-warn-name-shadowing

  Exposed-Modules:  Text.JSONb.Combinator