[project @ 1996-04-08 16:15:43 by partain]
[ghc-hetmet.git] / ghc / compiler / types / PprType.lhs
index 506c4d2..5ba0463 100644 (file)
@@ -38,10 +38,10 @@ import Kind         ( Kind(..) )
 import CStrings                ( identToC )
 import CmdLineOpts     ( opt_OmitInterfacePragmas )
 import Maybes          ( maybeToBool )
-import Name            ( Name )
-import Outputable      ( isAvarop, isPreludeDefined, getOrigName,
-                         ifPprShowAll, interpp'SP
+import Name            ( isAvarop, isPreludeDefined, getOrigName,
+                         Name{-instance Outputable-}
                        )
+import Outputable      ( ifPprShowAll, interpp'SP )
 import PprStyle                ( PprStyle(..), codeStyle, showUserishTypes )
 import Pretty
 import TysWiredIn      ( listTyCon )