adding a comment.
This commit is contained in:
1
Info.hs
1
Info.hs
@@ -85,6 +85,7 @@ pprInfo pefas (thing, fixity, insts)
|
|||||||
setContextFromTarget :: Ghc Bool
|
setContextFromTarget :: Ghc Bool
|
||||||
setContextFromTarget = do
|
setContextFromTarget = do
|
||||||
ms <- depanal [] False
|
ms <- depanal [] False
|
||||||
|
-- ms <- getModuleGraph -- this is the same
|
||||||
top <- map ms_mod <$> filterM isTop ms
|
top <- map ms_mod <$> filterM isTop ms
|
||||||
{-
|
{-
|
||||||
top is a set of this module and your-defined modules.
|
top is a set of this module and your-defined modules.
|
||||||
|
|||||||
Reference in New Issue
Block a user