name: JSONParser
version: 0.1.0.1
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 >=4.9 && <4.10,
        parsec >=3.1 && <3.2
    default-language: Haskell2010
    other-extensions: NoMonomorphismRestriction