name: language-webidl version: 0.1.0.0 synopsis: Parser and Pretty Printer for WebIDL description: It is intended to replace this package: This package is written with parsec and wl-pprint. license: MIT license-file: LICENSE author: Zhen Zhang maintainer: Zhen Zhang copyright: 2016, Zhen Zhang category: Language build-type: Simple cabal-version: >=1.10 source-repository head type: git location: https://github.com/izgzhen/language-webidl-hs library exposed-modules: AST, Parser, PPrint build-depends: base >=4.8 && <4.9, parsec, wl-pprint hs-source-dirs: src default-language: Haskell2010