Name: js-good-parts Version: 0.0.5 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 Other-Modules: Language.JavaScript.NonEmptyList Text.PrettyPrint.Leijen.PrettyPrec