[project @ 2000-10-24 07:35:00 by simonpj]
[ghc-hetmet.git] / ghc / compiler / rename / RnBinds.lhs
index bfc67ad..f27407a 100644 (file)
@@ -38,9 +38,8 @@ import NameSet
 import RdrName         ( RdrName, rdrNameOcc )
 import BasicTypes      ( RecFlag(..) )
 import List            ( partition )
-import Bag             ( bagToList )
 import Outputable
-import PrelNames       ( mkUnboundName, isUnboundName )
+import PrelNames       ( isUnboundName )
 \end{code}
 
 -- ToDo: Put the annotations into the monad, so that they arrive in the proper