X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Fcompiler%2Frename%2FRnBinds.lhs;h=c5ba50eba0c9aee0d646e0e69cf6fe376c608091;hb=d1854b8826400244bb6f3ca02d3614d34aa65c90;hp=9f7e690707cea9a1efcb5f78e2bbc52adaed998d;hpb=f1f24b1290313eb2105b162170cf84e92e939492;p=ghc-hetmet.git diff --git a/ghc/compiler/rename/RnBinds.lhs b/ghc/compiler/rename/RnBinds.lhs index 9f7e690..c5ba50e 100644 --- a/ghc/compiler/rename/RnBinds.lhs +++ b/ghc/compiler/rename/RnBinds.lhs @@ -11,7 +11,7 @@ they may be affected by renaming (which isn't fully worked out yet). \begin{code} module RnBinds ( rnTopMonoBinds, rnMonoBinds, rnMonoBindsAndThen, - rnMethodBinds, renameSigs, checkSigs, unknownSigErr + rnMethodBinds, renameSigs, checkSigs ) where #include "HsVersions.h"