packages feed

language-webidl-0.1.0.0: language-webidl.cabal

name:                language-webidl
version:             0.1.0.0
synopsis:           Parser and Pretty Printer for WebIDL
description:
    It is intended to replace this package:
    <https://hackage.haskell.org/package/webidl>
    This 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:     AST, Parser, PPrint
  build-depends:       base >=4.8 && <4.9, parsec, wl-pprint
  hs-source-dirs:      src
  default-language:    Haskell2010