From 294dab1b04599cd7628642b0fe02e088ac3da4ba Mon Sep 17 00:00:00 2001 From: "simonpj@microsoft.com" Date: Thu, 12 Aug 2010 10:13:47 +0000 Subject: [PATCH] Comments and spacing only --- compiler/basicTypes/BasicTypes.lhs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/basicTypes/BasicTypes.lhs b/compiler/basicTypes/BasicTypes.lhs index 022a8fc..85df1c2 100644 --- a/compiler/basicTypes/BasicTypes.lhs +++ b/compiler/basicTypes/BasicTypes.lhs @@ -640,7 +640,7 @@ data Activation = NeverActive | AlwaysActive | ActiveBefore CompilerPhase -- Active only *before* this phase | ActiveAfter CompilerPhase -- Active in this phase and later - deriving( Eq, Data, Typeable ) -- Eq used in comparing rules in HsDecls + deriving( Eq, Data, Typeable ) -- Eq used in comparing rules in HsDecls data RuleMatchInfo = ConLike -- See Note [CONLIKE pragma] | FunLike -- 1.7.10.4