name: language-webidl version: 0.1.1.1 synopsis: Parser and Pretty Printer for WebIDL description: It is intended to replace the old package . This new 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: Language.WebIDL.AST Language.WebIDL.Parser Language.WebIDL.PPrint build-depends: base >=4.9 && <4.10, parsec, wl-pprint hs-source-dirs: src default-language: Haskell2010