[project @ 2000-02-18 15:36:48 by panne]
[ghc-hetmet.git] / ghc / compiler / rename / RnMonad.lhs
index 0b83f41..fdfaccf 100644 (file)
@@ -283,7 +283,8 @@ data ParsedIface
       pi_exports   :: [ExportItem],                    -- Exports
       pi_decls    :: [(Version, RdrNameHsDecl)],       -- Local definitions
       pi_insts    :: [RdrNameInstDecl],                -- Local instance declarations
-      pi_rules    :: [RdrNameRuleDecl]                 -- Rules
+      pi_rules    :: [RdrNameRuleDecl],                -- Rules
+      pi_deprecs   :: [(Maybe FAST_STRING, FAST_STRING)] -- Deprecations, the type is currently only a hack
     }
 
 type InterfaceDetails = (WhetherHasOrphans,