[project @ 1999-03-02 15:40:08 by sof]
[ghc-hetmet.git] / ghc / compiler / deSugar / DsBinds.lhs
index 1a4046d..c0d1f77 100644 (file)
@@ -31,7 +31,7 @@ import CmdLineOpts    ( opt_SccProfilingOn, opt_AutoSccsOnAllToplevs,
 import CostCentre      ( mkAutoCC, IsCafCC(..), mkAllDictsCC )
 import Id              ( idType, Id )
 import VarEnv
-import Name            ( Module, isExported )
+import Name            ( isExported )
 import Type            ( mkTyVarTy, isDictTy, substTy
                        )
 import TysWiredIn      ( voidTy )