diff options
Diffstat (limited to 'compiler/GHC.hs')
-rw-r--r-- | compiler/GHC.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/GHC.hs b/compiler/GHC.hs index f51e3b3a68..12930e04c1 100644 --- a/compiler/GHC.hs +++ b/compiler/GHC.hs @@ -1346,7 +1346,7 @@ getNameToInstancesIndex visible_mods mods_to_load = do -- ----------------------------------------------------------------------------- -{- ToDo: Move the primary logic here to compiler/main/Packages.hs +{- ToDo: Move the primary logic here to compiler/GHC/Unit/State.hs -- | Return all /external/ modules available in the package database. -- Modules from the current session (i.e., from the 'HomePackageTable') are -- not included. This includes module names which are reexported by packages. |