[project @ 1998-08-14 11:47:29 by sof]
[ghc-hetmet.git] / ghc / compiler / rename / Rename.lhs
index 5a98a5b..2fab42e 100644 (file)
@@ -25,9 +25,10 @@ import RnIfaces              ( getImportedInstDecls, importDecl, getImportVersions, getSpeci
                        )
 import RnEnv           ( addImplicitOccsRn, availNames )
 import Name            ( Name, PrintUnqualified, Provenance, isLocallyDefined,
-                         NameSet(..),
-                         nameSetToList, minusNameSet, NamedThing(..),
-                         nameModule, pprModule, pprOccName, nameOccName
+                         NameSet,
+                           nameSetToList, minusNameSet,
+                         NamedThing(..),
+                          nameModule, pprModule, pprOccName, nameOccName
                        )
 import TysWiredIn      ( unitTyCon, intTyCon, doubleTyCon )
 import TyCon           ( TyCon )