name: syntax-example-json version: 1.0.0.0 synopsis: Example JSON parser/pretty-printer. description: Example JSON parser/pretty-printer. . Source code: . * . Example input and output: . * . * license: MIT license-file: LICENSE author: Paweł Nowak maintainer: Paweł Nowak copyright: Paweł Nowak 2014 category: Data build-type: Simple cabal-version: >=1.10 source-repository head type: git location: git@github.com:Pawel834/syntax-example-json.git executable syntax-example-json main-is: Main.hs default-language: Haskell2010 build-depends: base <5, semi-iso >= 1, syntax >= 1, syntax-attoparsec >= 1, syntax-printer >= 1, containers, text, scientific, lens, attoparsec