Skip to content

Commit 33b9ba4

Browse files
committed
Merge branch 'master' of github.com:jswebtools/language-ecmascript
2 parents ed1662e + 9cbf90c commit 33b9ba4

3 files changed

Lines changed: 10 additions & 8 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: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
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, (c) 2012-2015 Stevens Institute of Technology, (c) 2016 Andrey Chudnov, (c) 2016 Eyal Lotem.
32
All Rights Reserved.
43

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

language-ecmascript.cabal

Lines changed: 6 additions & 6 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, (c) 2016 Eyal Lotem
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:
@@ -41,7 +41,7 @@ Library
4141
wl-pprint >= 1.2 && < 2,
4242
containers == 0.*,
4343
uniplate >= 1.6 && <1.7,
44-
data-default-class >= 0.0.1 && < 0.1,
44+
data-default-class >= 0.0.1 && < 0.2,
4545
QuickCheck >= 2.5 && < 3,
4646
template-haskell >= 2.7 && < 3,
4747
Diff == 0.3.*,
@@ -87,7 +87,7 @@ Test-Suite test
8787
filepath >= 1.3 && < 1.5,
8888
HUnit >= 1.2 && < 1.5,
8989
QuickCheck >= 2.5 && < 3,
90-
data-default-class >= 0.0.1 && < 0.1,
90+
data-default-class >= 0.0.1 && < 0.2,
9191
test-framework >= 0.8 && < 0.9,
9292
test-framework-hunit >= 0.3.0 && < 0.4,
9393
test-framework-quickcheck2 >= 0.3.0.1 && < 0.4,

0 commit comments

Comments
 (0)