X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Fcompiler%2Frename%2FRnBinds.lhs;h=de84f395592c897779701c959b35ea9d1d997bcb;hb=ffe3daa2cebacc56878467a8ee09602712ff5dee;hp=eef7a3fbe3d2c2a4973ed04bf1300562f47433a1;hpb=83f1f583f402f0b7a30b7096612b4bd2f25f1faa;p=ghc-hetmet.git diff --git a/ghc/compiler/rename/RnBinds.lhs b/ghc/compiler/rename/RnBinds.lhs index eef7a3f..de84f39 100644 --- a/ghc/compiler/rename/RnBinds.lhs +++ b/ghc/compiler/rename/RnBinds.lhs @@ -26,7 +26,7 @@ import RnHsSyn import RnMonad import RnExpr ( rnMatch, rnGRHSsAndBinds, rnPat, checkPrecMatch ) import RnEnv ( bindLocatedLocalsRn, lookupBndrRn, lookupOccRn, lookupGlobalOccRn, - newLocalNames, isUnboundName, warnUnusedBinds + isUnboundName, warnUnusedBinds ) import CmdLineOpts ( opt_SigsRequired ) import Digraph ( stronglyConnComp, SCC(..) )