packages feed

language-javascript 0.5.13.2 → 0.5.13.3

raw patch · 2 files changed

+4/−2 lines, 2 filesdep ~utf8-string

Dependency ranges changed: utf8-string

Files

README.md view
@@ -45,6 +45,8 @@ -------  ```+0.5.13.3 Fix utf8-string lower bound typo no 2+ 0.5.13.2 Fix utf8-string lower bound typo  0.5.13.1 Bump utf8-string dependency upper bound, and loosen others
language-javascript.cabal view
@@ -1,5 +1,5 @@ Name:                language-javascript-Version:             0.5.13.2+Version:             0.5.13.3 Synopsis:            Parser for JavaScript Description:         Parses Javascript into an Abstract Syntax Tree (AST).  Initially intended as frontend to hjsmin.                      .@@ -68,7 +68,7 @@                  , utf8-light       >= 0.4                  , containers       >= 0.2                  , mtl              >= 1.1-                 , utf8-string      >= 0.37 && < 2+                 , utf8-string      >= 0.3.7 && < 2                  , bytestring       >= 0.9.1                  , blaze-builder    >= 0.2                  -- need our own library for tests