File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -45,6 +45,8 @@ Changes
45
45
-------
46
46
47
47
```
48
+ 0.5.13.3 Fix utf8-string lower bound typo no 2
49
+
48
50
0.5.13.2 Fix utf8-string lower bound typo
49
51
50
52
0.5.13.1 Bump utf8-string dependency upper bound, and loosen others
Original file line number Diff line number Diff line change 1
1
Name : language-javascript
2
- Version : 0.5.13.2
2
+ Version : 0.5.13.3
3
3
Synopsis : Parser for JavaScript
4
4
Description : Parses Javascript into an Abstract Syntax Tree (AST). Initially intended as frontend to hjsmin.
5
5
.
@@ -68,7 +68,7 @@ Test-Suite test-language-javascript
68
68
, utf8-light >= 0.4
69
69
, containers >= 0.2
70
70
, mtl >= 1.1
71
- , utf8-string >= 0.37 && < 2
71
+ , utf8-string >= 0.3.7 && < 2
72
72
, bytestring >= 0.9.1
73
73
, blaze-builder >= 0.2
74
74
-- need our own library for tests
You can’t perform that action at this time.
0 commit comments