From 6a821057e7b641888b57485625ffa80b1c4158b9 Mon Sep 17 00:00:00 2001 From: simonpj Date: Thu, 6 May 2004 12:26:13 +0000 Subject: [PATCH] [project @ 2004-05-06 12:26:13 by simonpj] Use IfaceDeprecs synonym --- ghc/compiler/main/HscTypes.lhs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 1.7.10.4