Skip to content

Commit 238c10c

Browse files
committed
Preparing version 0.19
1 parent ea84a06 commit 238c10c

2 files changed

Lines changed: 8 additions & 4 deletions

File tree

CHANGELOG

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
Version change log.
2+
3+
=0.19=
4+
Pull request #84: Moved the Arbitrary instance and the testing-feat dependency to the test-suite. Removed tabs from the lexer.
5+
26
=0.18=
37
Pull request #83: Updated dependencies, migrated to ansi-wl-pprint.
48

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.18
2+
Version: 0.19
33
Cabal-Version: >= 1.10.0.1
44
Copyright: (c) 2007-2012 Brown University, (c) 2008-2010 Claudiu Saftoiu,
5-
(c) 2012-2015 Stevens Institute of Technology, (c) 2016 Eyal Lotem, (c) 2016-2017 Andrey Chudnov
5+
(c) 2012-2015 Stevens Institute of Technology, (c) 2016 Eyal Lotem, (c) 2016-2018 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, GHC==8.0.2
14+
Tested-with: GHC==8.2.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.18
32+
tag: 0.19
3333

3434
Library
3535
Hs-Source-Dirs:

0 commit comments

Comments
 (0)