[project @ 1997-07-05 03:02:04 by sof]
[ghc-hetmet.git] / ghc / compiler / basicTypes / FieldLabel.lhs
index 7e03b31..ccaf094 100644 (file)
@@ -10,7 +10,7 @@ module FieldLabel where
 
 IMP_Ubiq(){-uitous-}
 
-import Name            --( Name{-instance Eq/Outputable-}, nameUnique )
+import Name            ( Name{-instance Eq/Outputable-}, NamedThing(..), nameUnique )
 import Type            ( SYN_IE(Type) )
 
 import Outputable