Skip to content

Commit 6006fd2

Browse files
committed
Fix the typo in the tests too
1 parent 3e461bd commit 6006fd2

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,8 @@ Changes
4545
-------
4646

4747
```
48+
0.5.13.3 Fix utf8-string lower bound typo no 2
49+
4850
0.5.13.2 Fix utf8-string lower bound typo
4951
5052
0.5.13.1 Bump utf8-string dependency upper bound, and loosen others

language-javascript.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Name: language-javascript
2-
Version: 0.5.13.2
2+
Version: 0.5.13.3
33
Synopsis: Parser for JavaScript
44
Description: Parses Javascript into an Abstract Syntax Tree (AST). Initially intended as frontend to hjsmin.
55
.
@@ -68,7 +68,7 @@ Test-Suite test-language-javascript
6868
, utf8-light >= 0.4
6969
, containers >= 0.2
7070
, mtl >= 1.1
71-
, utf8-string >= 0.37 && < 2
71+
, utf8-string >= 0.3.7 && < 2
7272
, bytestring >= 0.9.1
7373
, blaze-builder >= 0.2
7474
-- need our own library for tests

0 commit comments

Comments
 (0)