File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ 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 ,
@@ -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