From: simonpj Date: Thu, 6 May 2004 12:26:13 +0000 (+0000) Subject: [project @ 2004-05-06 12:26:13 by simonpj] X-Git-Tag: Initial_conversion_from_CVS_complete~1861 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=6a821057e7b641888b57485625ffa80b1c4158b9;p=ghc-hetmet.git [project @ 2004-05-06 12:26:13 by simonpj] Use IfaceDeprecs synonym --- diff --git a/ghc/compiler/main/HscTypes.lhs b/ghc/compiler/main/HscTypes.lhs index a40b006..9c796ce 100644 --- a/ghc/compiler/main/HscTypes.lhs +++ b/ghc/compiler/main/HscTypes.lhs @@ -232,7 +232,7 @@ data ModIface -- NOT STRICT! we read this field lazily from the interface file -- Deprecations - mi_deprecs :: Deprecs [(OccName,DeprecTxt)], + mi_deprecs :: IfaceDeprecs, -- NOT STRICT! we read this field lazily from the interface file -- Type, class and variable declarations