From f2a151d6a9f4aeed4f2b1353df61b2023e6d3ccf Mon Sep 17 00:00:00 2001 From: Kazu Yamamoto Date: Thu, 25 Nov 2010 14:12:55 +0900 Subject: [PATCH] adding a comment. --- Info.hs | 1 + 1 file changed, 1 insertion(+) diff --git a/Info.hs b/Info.hs index 3489fae..0c2db0f 100644 --- a/Info.hs +++ b/Info.hs @@ -85,6 +85,7 @@ pprInfo pefas (thing, fixity, insts) setContextFromTarget :: Ghc Bool setContextFromTarget = do ms <- depanal [] False + -- ms <- getModuleGraph -- this is the same top <- map ms_mod <$> filterM isTop ms {- top is a set of this module and your-defined modules.