11Name : language-ecmascript
2- Version : 0.17.0.2
2+ Version : 0.17.1.0
33Cabal-Version : >= 1.10
44Copyright : (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
66License : BSD3
77License-file : LICENSE
88Author : Andrey Chudnov, Arjun Guha, Spiridon Aristides Eliopoulos,
@@ -11,7 +11,7 @@ Maintainer: Andrey Chudnov <oss@chudnov.com>
1111Homepage : http://github.com/jswebtools/language-ecmascript
1212Bug-reports : http://github.com/jswebtools/language-ecmascript/issues
1313Stability : 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
1515Extra-Source-Files : test/parse-pretty/*.js, test/diff/left/*.js, test/diff/right/*.js, test/diff/expects/*.diff, CHANGELOG
1616Category : Language
1717Build-Type : Simple
@@ -29,7 +29,7 @@ Source-repository head
2929Source-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
3434Library
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