Name: fields-json Version: 0.1 Synopsis: Abusing monadic syntax JSON objects generation. Description: Generation of big, complex JSON objects with Text.JSON is painful. And autoderivation is not always posible. Check haddock of Fields module for more info. License: BSD3 License-file: LICENSE Author: Scrive Maintainer: mariusz@scrive.com Stability: Development Category: Web Build-type: Simple Cabal-version: >=1.2 library exposed-modules: Text.JSON.Fields Text.JSON.ToJSON hs-source-dirs: src build-depends: base >= 4 && < 5 build-depends: json >= 0.4.4 build-depends: containers build-depends: mtl extensions: FlexibleInstances, TypeSynonymInstances, UndecidableInstances, OverlappingInstances, IncoherentInstances