projects
/
ghc-hetmet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
899fc3e
)
[project @ 1997-05-26 04:58:32 by sof]
author
sof
<unknown>
Mon, 26 May 1997 04:58:32 +0000
(
04:58
+0000)
committer
sof
<unknown>
Mon, 26 May 1997 04:58:32 +0000
(
04:58
+0000)
Updated imports
ghc/compiler/basicTypes/PprEnv.lhs
patch
|
blob
|
history
diff --git
a/ghc/compiler/basicTypes/PprEnv.lhs
b/ghc/compiler/basicTypes/PprEnv.lhs
index
a235066
..
2c4dd1f
100644
(file)
--- a/
ghc/compiler/basicTypes/PprEnv.lhs
+++ b/
ghc/compiler/basicTypes/PprEnv.lhs
@@
-32,7
+32,7
@@
import UniqFM ( emptyUFM, UniqFM )
import Util ( panic )
#if __GLASGOW_HASKELL__ >= 202
IMPORT_DELOOPER(TyLoop)
-import PprStyle ( PprStyle )
+import Outputable ( PprStyle )
import Literal ( Literal )
import Usage ( GenUsage, SYN_IE(Usage) )
import {-# SOURCE #-} PrimOp (PrimOp)