From: simonpj Date: Thu, 6 May 2004 12:25:12 +0000 (+0000) Subject: [project @ 2004-05-06 12:25:12 by simonpj] X-Git-Tag: Initial_conversion_from_CVS_complete~1863 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=a731a252d3332eda37fdc2ac4ce8f8e7025eb1f5;p=ghc-hetmet.git [project @ 2004-05-06 12:25:12 by simonpj] White spacing only --- diff --git a/ghc/compiler/hsSyn/HsSyn.lhs b/ghc/compiler/hsSyn/HsSyn.lhs index c5ea96e..a9982a6 100644 --- a/ghc/compiler/hsSyn/HsSyn.lhs +++ b/ghc/compiler/hsSyn/HsSyn.lhs @@ -56,7 +56,7 @@ data HsModule name -- imported interfaces early on, adding that -- info to TyDecls/etc; so this list is -- often empty, downstream. - [LHsDecl name] -- Type, class, value, and interface signature decls + [LHsDecl name] -- Type, class, value, and interface signature decls (Maybe DeprecTxt) -- reason/explanation for deprecation of this module data HsExtCore name -- Read from Foo.hcr