adding a comment.
This commit is contained in:
parent
7aa6cf6ef0
commit
f2a151d6a9
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.
|
||||||
|
Loading…
Reference in New Issue
Block a user