From: simonmar Date: Mon, 17 Nov 2003 14:41:32 +0000 (+0000) Subject: [project @ 2003-11-17 14:41:32 by simonmar] X-Git-Tag: Approx_11550_changesets_converted~239 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=d1854b8826400244bb6f3ca02d3614d34aa65c90;hp=f1f24b1290313eb2105b162170cf84e92e939492;p=ghc-hetmet.git [project @ 2003-11-17 14:41:32 by simonmar] GC export list. --- 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"