language-javascript 0.5.14.3 → 0.5.14.4
raw patch · 2 files changed
+4/−2 lines, 2 filesdep ~HUnitPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: HUnit
API changes (from Hackage documentation)
Files
- README.md +2/−0
- language-javascript.cabal +2/−2
README.md view
@@ -45,6 +45,8 @@ ------- ```+0.5.14.4 Remove upper bound on HUnit dependency+ 0.5.14.3 Fix https://github.com/erikd/language-javascript/issues/45 0.5.14.2 Update Alex dependency
language-javascript.cabal view
@@ -1,5 +1,5 @@ Name: language-javascript-Version: 0.5.14.3+Version: 0.5.14.4 Synopsis: Parser for JavaScript Description: Parses Javascript into an Abstract Syntax Tree (AST). Initially intended as frontend to hjsmin. .@@ -69,7 +69,7 @@ , Cabal >= 1.9.2 , containers >= 0.2 , QuickCheck >= 2- , HUnit >= 1.2 && < 1.3+ , HUnit >= 1.2 , language-javascript >= 0.5.14 , mtl >= 1.1 , test-framework-hunit