[project @ 2000-12-20 18:32:00 by qrczak]
authorqrczak <unknown>
Wed, 20 Dec 2000 18:32:00 +0000 (18:32 +0000)
committerqrczak <unknown>
Wed, 20 Dec 2000 18:32:00 +0000 (18:32 +0000)
import PprCore

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

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