[project @ 2000-11-27 14:23:03 by sewardj]
authorsewardj <unknown>
Mon, 27 Nov 2000 14:23:03 +0000 (14:23 +0000)
committersewardj <unknown>
Mon, 27 Nov 2000 14:23:03 +0000 (14:23 +0000)
Call rnDump in closeIfaceDecls.

ghc/compiler/rename/Rename.lhs

index 298d0b7..be45b05 100644 (file)
@@ -607,7 +607,9 @@ closeIfaceDecls dflags hit hst pcs
 
        -- Do the transitive closure
     lookupOrigNames implicit_occs      `thenRn` \ implicit_names ->
-    closeDecls decls (needed `plusFV` implicit_names)
+    closeDecls decls (needed `plusFV` implicit_names) `thenRn` \closed_decls ->
+    rnDump [] closed_decls `thenRn_`
+    returnRn closed_decls
   where
     implicit_occs = string_occs        -- Data type decls with record selectors,
                                -- which may appear in the decls, need unpackCString