[project @ 1996-04-08 16:15:43 by partain]
[ghc-hetmet.git] / ghc / compiler / simplCore / SimplPgm.lhs
index dc9d1c4..3db8a5f 100644 (file)
@@ -20,8 +20,8 @@ import Id             ( externallyVisibleId,
                          GenId{-instance Ord3-}
                        )
 import Maybes          ( catMaybes )
+import Name            ( isExported )
 import OccurAnal       ( occurAnalyseBinds )
-import Outputable      ( isExported )
 import Pretty          ( ppAboves, ppBesides, ppInt, ppChar, ppStr )
 import SimplEnv
 import SimplMonad