packages feed

js-good-parts-0.0.7: js-good-parts.cabal

Name:                js-good-parts
Version:             0.0.7
Cabal-Version:       >= 1.6
Synopsis:            Javascript: The Good Parts -- AST & Pretty Printer
Category:            Language, Javascript
Description:
  An AST for the \"the good parts\" of Javascript (as defined by Douglas Crockford) 
  and a pretty printer for that AST. Designed to be the target of a code generator.
  Does not include a parser.

Author:              Sean Seefried
Maintainer:          sean.seefried@gmail.com
Homepage:            https://github.com/sseefried/js-good-parts.git
Copyright:           (c) by Sean Seefried
License:             BSD3 
License-File:        LICENSE
Stability:           experimental
build-type:          Simple
Source-Repository head
    type:         git
    location:     https://github.com/sseefried/js-good-parts.git

Library
  hs-Source-Dirs:      src
  Build-Depends:       base >=4 && < 5,
                       wl-pprint >= 1.1

  Exposed-Modules:    Language.JavaScript.AST
                      Language.JavaScript.Pretty
                      Language.JavaScript.NonEmptyList
  Other-Modules:      Text.PrettyPrint.Leijen.PrettyPrec