packages feed

Cabal revisions of language-javascript-0.5.11

Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.

revision 1
 Name:                language-javascript Version:             0.5.11+x-revision: 1 Synopsis:            Parser for JavaScript Description:         Parses Javascript into an Abstract Syntax Tree (AST).  Initially intended as frontend to hjsmin.                      .                      Note: Version 0.5.0 breaks compatibility with prior versions, the AST has been reworked to allow                      round trip processing of JavaScript.-Homepage:            https://github.com/alanz/language-javascript License:             BSD3 License-file:        LICENSE Author:              Alan Zimmerman   Library-  Build-depends:     base             >= 4       && < 5+  Build-depends:     base             >= 4       && < 4.11                    , array            >= 0.3     && < 0.6                    , mtl              >= 1.1     && < 2.9                    , containers       >= 0.2     && < 0.6                    , blaze-builder    >= 0.2     && < 1                    , bytestring       >= 0.9.1   && < 1                    , utf8-string      >= 0.3.7   && < 1-  build-tools:       happy >= 1.18.5+  build-tools:       happy >= 1.18.5, alex >= 3.0.5   hs-source-dirs: src   Exposed-modules:     Language.JavaScript.Parser                        Language.JavaScript.Parser.Parser