File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11Name : language-ecmascript
2- Version : 0.17.2.0
2+ Version : 0.18
33Cabal-Version : >= 1.10
44Copyright : (c) 2007-2012 Brown University, (c) 2008-2010 Claudiu Saftoiu,
55 (c) 2012-2015 Stevens Institute of Technology, (c) 2016 Eyal Lotem, (c) 2016-2017 Andrey Chudnov
@@ -38,14 +38,14 @@ Library
3838 base >= 4 && < 5 ,
3939 mtl >= 1 && < 3 ,
4040 parsec > 3 && < 3.2.0 ,
41- wl-pprint >= 1.2 && < 2 ,
41+ ansi- wl-pprint >= 0.6 && < 1 ,
4242 containers == 0. *,
4343 uniplate >= 1.6 && < 1.7 ,
4444 data-default-class >= 0.0.1 && < 0.2 ,
4545 QuickCheck >= 2.5 && < 3 ,
4646 template-haskell >= 2.7 && < 3 ,
4747 Diff == 0.3. *,
48- testing-feat >= 0.4.0.2 && < 0.5 ,
48+ testing-feat >= 0.4.0.2 && < 1.1 ,
4949 charset >= 0.3
5050 ghc-options :
5151 -fwarn-incomplete-patterns
@@ -82,7 +82,7 @@ Test-Suite test
8282 base >= 4 && < 5 ,
8383 mtl >= 1 && < 3 ,
8484 parsec >= 3 && < 3.2.0 ,
85- wl-pprint >= 1.2 && < 2 ,
85+ ansi- wl-pprint >= 0.6 && < 1 ,
8686 containers == 0. *,
8787 directory >= 1.2 && < 1.4 ,
8888 filepath >= 1.3 && < 1.5 ,
Original file line number Diff line number Diff line change @@ -10,8 +10,8 @@ module Language.ECMAScript3.PrettyPrint (Pretty (..)
1010 ,unsafeInExprStmt
1111 ) where
1212
13- import qualified Text.PrettyPrint.Leijen as Pretty
14- import Text.PrettyPrint.Leijen hiding (Pretty , parens )
13+ import qualified Text.PrettyPrint.ANSI. Leijen as Pretty
14+ import Text.PrettyPrint.ANSI. Leijen hiding (Pretty , parens )
1515import Language.ECMAScript3.Syntax
1616import Prelude hiding (maybe , id )
1717import qualified Prelude
You can’t perform that action at this time.
0 commit comments