Skip to content

Commit 95081a2

Browse files
committed
Preparing a new Hackage release: Version bumps and changelog
1 parent 42cd8fd commit 95081a2

3 files changed

Lines changed: 9 additions & 6 deletions

File tree

CHANGELOG

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
Version change log.
2+
=0.17.1.0=
3+
Improvements to pretty-printing (Github PR #78) + fixed a bug in quasi-quotation (Github PR #77).
4+
25
=0.17.0.2=
36
Fixed a bug in the Arbitrary instance: no longer generating empty list expressions. Dependency bounds update.
47

LICENSE

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
Copyright (c) 2007--2012, Brown University, 2008-2012 Claudiu Saftoiu,
2-
2012-2016 Stevens Institute of Technology.
1+
Copyright (c) 2007--2012 Brown University, (c) 2008-2012 Claudiu Saftoiu,
2+
(c) 2012-2015 Stevens Institute of Technology, (c) 2016 Andrey Chudnov.
33
All Rights Reserved.
44

55
Redistribution and use in source and binary forms, with or without

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.0.2
2+
Version: 0.17.1.0
33
Cabal-Version: >= 1.10
44
Copyright: (c) 2007-2012 Brown University, (c) 2008-2010 Claudiu Saftoiu,
5-
(c) 2012-2016 Stevens Institute of Technology
5+
(c) 2012-2015 Stevens Institute of Technology, (c) 2016 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.8.4, GHC==7.6.3, GHC==7.4.2, GHC==7.10.1
14+
Tested-with: GHC==7.4.2, GHC==7.6.3, GHC==7.8.4, GHC==7.10.3
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.0.2
32+
tag: 0.17.1.0
3333

3434
Library
3535
Hs-Source-Dirs:

0 commit comments

Comments
 (0)