[project @ 1997-05-26 02:35:56 by sof]
[ghc-hetmet.git] / ghc / compiler / simplStg / SimplStg.lhs
index 975c87f..8a38376 100644 (file)
@@ -35,13 +35,10 @@ import Id           ( nullIdEnv, lookupIdEnv, addOneToIdEnv,
                        )
 import Maybes          ( maybeToBool )
 import PprType         ( GenType{-instance Outputable-} )
-import PprStyle         ( PprStyle )
+import Outputable       ( PprStyle, Outputable(..) )
 import Pretty          ( Doc, ($$), vcat, text, ptext )
 import UniqSupply      ( splitUniqSupply, UniqSupply )
 import Util            ( mapAccumL, panic, assertPanic )
-#if __GLASGOW_HASKELL__ >= 202
-import Outputable       ( Outputable(..) )
-#endif
 \end{code}
 
 \begin{code}