X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=compiler%2FhsSyn%2FHsSyn.lhs;h=6277f5cc3cc8f677122b4ddf6ed90488f539812f;hb=1867a7bb8c59ea514b4f47f5434842543933ec9a;hp=507eab60db13cd4c806d6c1d609b3ceccfe9c12d;hpb=85b8e2b98ed047786a3264499db70bf298b4d52e;p=ghc-hetmet.git diff --git a/compiler/hsSyn/HsSyn.lhs b/compiler/hsSyn/HsSyn.lhs index 507eab6..6277f5c 100644 --- a/compiler/hsSyn/HsSyn.lhs +++ b/compiler/hsSyn/HsSyn.lhs @@ -35,7 +35,7 @@ import HsImpExp import HsLit import HsPat import HsTypes -import BasicTypes ( Fixity, DeprecTxt ) +import BasicTypes ( Fixity, WarningTxt ) import HsUtils import HsDoc @@ -61,7 +61,7 @@ data HsModule name -- info to TyDecls/etc; so this list is -- often empty, downstream. [LHsDecl name] -- Type, class, value, and interface signature decls - (Maybe DeprecTxt) -- reason/explanation for deprecation of this module + (Maybe WarningTxt) -- reason/explanation for warning/deprecation of this module (HaddockModInfo name) -- Haddock module info (Maybe (HsDoc name)) -- Haddock module description