packages feed

language-javascript 0.5.13.1 → 0.5.13.2

raw patch · 2 files changed

+4/−2 lines, 2 filesdep ~utf8-stringPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: utf8-string

API changes (from Hackage documentation)

Files

README.md view
@@ -45,6 +45,8 @@ -------  ```+0.5.13.2 Fix utf8-string lower bound typo+ 0.5.13.1 Bump utf8-string dependency upper bound, and loosen others  0.5.13 Put GHC 7.8.x -specific alex and happy versions, thanks
language-javascript.cabal view
@@ -1,5 +1,5 @@ Name:                language-javascript-Version:             0.5.13.1+Version:             0.5.13.2 Synopsis:            Parser for JavaScript Description:         Parses Javascript into an Abstract Syntax Tree (AST).  Initially intended as frontend to hjsmin.                      .@@ -36,7 +36,7 @@                    -- For the round trip output                    , blaze-builder    >= 0.2                    , bytestring       >= 0.9.1-                   , utf8-string      >= 0.37 && < 2+                   , utf8-string      >= 0.3.7 && < 2   if impl(ghc >= 7.8)     build-tools:       happy >= 1.19, alex >= 3.1   else