packages feed

language-webidl-0.1.2.0: language-webidl.cabal

name:                language-webidl
version:             0.1.2.0
synopsis:           Parser and Pretty Printer for WebIDL
description:
    It is intended to replace the old package
    <https://hackage.haskell.org/package/webidl>.
    This new package is written with parsec and wl-pprint.
license:             MIT
license-file:        LICENSE
author:              Zhen Zhang <izgzhen@gmail.com>
maintainer:          Zhen Zhang <izgzhen@gmail.com>
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