name: JSONParser version: 0.1.0.4 cabal-version: >=1.10 build-type: Simple license: BSD3 license-file: LICENSE maintainer: hawk.alan@gmail.com synopsis: Parse JSON category: Text author: Alan Hawkins extra-source-files: ChangeLog.md README.md source-repository head type: git location: http://github.com/xpika/JSONParser.git library exposed-modules: Text.JSONParser build-depends: base <10000, parsec <10000 default-language: Haskell2010 default-extensions: Safe other-extensions: NoMonomorphismRestriction