add TODO for HMG

This commit is contained in:
Daniel Gröber 2016-01-17 20:04:01 +01:00
parent d29c882cd6
commit 17c4f91812
1 changed files with 1 additions and 0 deletions

View File

@ -240,6 +240,7 @@ updateHomeModuleGraph' env smp0 = do
mns = map (unLoc . ideclName)
$ filter (isNothing . ideclPkgQual)
$ map unLoc hsmodImports
-- TODO: handle package qualifier "this"
liftIO $ Set.fromList . catMaybes <$> mapM (findModulePath env) mns
preprocessFile :: (IOish m, GmEnv m, GmState m) =>