11Name : language-ecmascript
2- Version : 0.19
2+ Version : 0.19.0.1
33Cabal-Version : >= 1.12
44Copyright : (c) 2007-2012 Brown University, (c) 2008-2010 Claudiu Saftoiu,
5- (c) 2012-2015 Stevens Institute of Technology, (c) 2016 Eyal Lotem, (c) 2016-2018 Andrey Chudnov
5+ (c) 2012-2015 Stevens Institute of Technology, (c) 2016 Eyal Lotem, (c) 2016-2020 Andrey Chudnov
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== 8.2.2
14+ Tested-with : GHC== 8.8.1
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,13 +29,13 @@ Source-repository head
2929Source-repository this
3030 type : git
3131 location : git://github.com/jswebtools/language-ecmascript.git
32- tag : 0.19
32+ tag : 0.19.0.1
3333
3434Library
3535 Hs-Source-Dirs :
3636 src
3737 Build-Depends :
38- base >= 4 && < 5 ,
38+ base >= 4 && < 4.14 ,
3939 mtl >= 1 && < 3 ,
4040 parsec > 3 && < 3.2.0 ,
4141 ansi-wl-pprint >= 0.6 && < 1 ,
@@ -44,7 +44,7 @@ Library
4444 data-default-class >= 0.0.1 && < 0.2 ,
4545 QuickCheck >= 2.5 && < 3 ,
4646 template-haskell >= 2.7 && < 3 ,
47- Diff == 0.3 . *,
47+ Diff == 0.4 . *,
4848 charset >= 0.3
4949 ghc-options :
5050 -fwarn-incomplete-patterns
@@ -86,7 +86,7 @@ Test-Suite test
8686 Test.Pretty
8787 Test.Arbitrary
8888 Build-Depends :
89- base >= 4 && < 5 ,
89+ base >= 4 && < 4.14 ,
9090 mtl >= 1 && < 3 ,
9191 parsec >= 3 && < 3.2.0 ,
9292 ansi-wl-pprint >= 0.6 && < 1 ,
@@ -97,12 +97,12 @@ Test-Suite test
9797 HUnit >= 1.2 && < 1.7 ,
9898 QuickCheck >= 2.5 && < 3 ,
9999 data-default-class >= 0.0.1 && < 0.2 ,
100- testing-feat >= 0.4.0.2 && < 1.1 ,
100+ testing-feat >= 0.4.0.2 && < 1.2 ,
101101 test-framework >= 0.8 && < 0.9 ,
102102 test-framework-hunit >= 0.3.0 && < 0.4 ,
103103 test-framework-quickcheck2 >= 0.3.0.1 && < 0.4 ,
104104 uniplate >= 1.6 && < 1.7 ,
105- Diff == 0.3 . *,
105+ Diff == 0.4 . *,
106106 language-ecmascript
107107 Default-Extensions : DeriveDataTypeable, ScopedTypeVariables, DeriveFunctor, DeriveFoldable, DeriveTraversable, FlexibleContexts
108108 Default-Language : Haskell2010
0 commit comments