Skip to content

Commit f90f2d9

Browse files
committed
Changelog update
1 parent 6fab219 commit f90f2d9

3 files changed

Lines changed: 5 additions & 2 deletions

File tree

CHANGELOG

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
Version change log.
2+
=0.18=
3+
Pull request #83: Updated dependencies, migrated to ansi-wl-pprint.
24

35
=0.17.2.0=
46
Issue #82: Tighter lexing of identifiers using Unicode character classes (thanks @berdario).

language-ecmascript.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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.2.0
32+
tag: 0.18
3333

3434
Library
3535
Hs-Source-Dirs:

stack.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
# For more information, see: http://docs.haskellstack.org/en/stable/yaml_configuration.html
22

33
# Specifies the GHC version and set of packages available (e.g., lts-3.5, nightly-2015-09-21, ghc-7.10.2)
4-
resolver: lts-8.22
4+
# resolver: lts-8.22
5+
resolver: lts-11.4
56

67
# Local packages, usually specified by relative directory name
78
packages:

0 commit comments

Comments
 (0)