Fix processing of imports involving ATs with the new name parent code
[ghc-hetmet.git] / compiler / typecheck / TcRnDriver.lhs
index 80f2da2..139f134 100644 (file)
@@ -200,6 +200,8 @@ tcRnModule hsc_env hsc_src save_rn_syntax
                -- Process the export list
        (rn_exports, exports) <- rnExports (isJust maybe_mod) export_ies ;
                  
+       traceRn (text "rn4") ;
+
                -- Rename the Haddock documentation header 
        rn_module_doc <- rnMbHsDoc maybe_doc ;