Skip to content

Commit 9d0633b

Browse files
committed
Preparing new release
1 parent 7792fd1 commit 9d0633b

2 files changed

Lines changed: 10 additions & 4 deletions

File tree

CHANGELOG

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
11
Version change log.
2+
3+
=0.17.2.0=
4+
Issue #82: Tighter lexing of identifiers using Unicode character classes (thanks @berdario).
5+
6+
Dependency version bumps.
7+
28
=0.17.1.0=
39
Improvements to pretty-printing (Github PR #78) + fixed a bug in quasi-quotation (Github PR #77).
410

language-ecmascript.cabal

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
Name: language-ecmascript
2-
Version: 0.17.1.0
2+
Version: 0.17.2.0
33
Cabal-Version: >= 1.10
44
Copyright: (c) 2007-2012 Brown University, (c) 2008-2010 Claudiu Saftoiu,
5-
(c) 2012-2015 Stevens Institute of Technology, (c) 2016 Andrey Chudnov, (c) 2016 Eyal Lotem
5+
(c) 2012-2015 Stevens Institute of Technology, (c) 2016 Eyal Lotem, (c) 2016-2017 Andrey Chudnov
66
License: BSD3
77
License-file: LICENSE
88
Author: Andrey Chudnov, Arjun Guha, Spiridon Aristides Eliopoulos,
@@ -11,7 +11,7 @@ Maintainer: Andrey Chudnov <oss@chudnov.com>
1111
Homepage: http://github.com/jswebtools/language-ecmascript
1212
Bug-reports: http://github.com/jswebtools/language-ecmascript/issues
1313
Stability: experimental
14-
Tested-with: GHC==7.4.2, GHC==7.6.3, GHC==7.8.4, GHC==7.10.3
14+
Tested-with: GHC==7.4.2, GHC==7.6.3, GHC==7.8.4, GHC==7.10.3, GHC==8.0.2
1515
Extra-Source-Files: test/parse-pretty/*.js, test/diff/left/*.js, test/diff/right/*.js, test/diff/expects/*.diff, CHANGELOG
1616
Category: Language
1717
Build-Type: Simple
@@ -29,7 +29,7 @@ Source-repository head
2929
Source-repository this
3030
type: git
3131
location: git://github.com/jswebtools/language-ecmascript.git
32-
tag: 0.17.1.0
32+
tag: 0.17.2.0
3333

3434
Library
3535
Hs-Source-Dirs:

0 commit comments

Comments
 (0)