[project @ 2001-01-02 12:30:51 by simonmar]
authorsimonmar <unknown>
Tue, 2 Jan 2001 12:31:25 +0000 (12:31 +0000)
committersimonmar <unknown>
Tue, 2 Jan 2001 12:31:25 +0000 (12:31 +0000)
revert last commit: don't import PprCore

ghc/compiler/coreSyn/CoreSat.lhs
ghc/compiler/stgSyn/CoreToStg.lhs

index 0544875..b47c514 100644 (file)
@@ -26,7 +26,6 @@ import Maybes
 import ErrUtils
 import CmdLineOpts
 import Outputable
-import PprCore
 \end{code}
 
 -- ---------------------------------------------------------------------------
index 5615a2c..da7f0cb 100644 (file)
@@ -36,7 +36,6 @@ import OccName                ( occNameUserString )
 import BasicTypes       ( TopLevelFlag(..), isNotTopLevel )
 import CmdLineOpts     ( DynFlags )
 import Outputable
-import PprCore
 
 infixr 9 `thenLne`, `thenLne_`
 \end{code}