diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/Main.hs | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Main.hs b/src/Main.hs index 6f8e0a3c..35998635 100644 --- a/src/Main.hs +++ b/src/Main.hs @@ -1150,7 +1150,7 @@ pkgId = mkPackageId . package  -- using the dependency information available in the ModIface structure for   -- each module.   sortPackageModules :: [Module] -> IO [Module] -sortPackageModules = undefined +sortPackageModules mods = return mods  -- | For each module in the list, try to retrieve a ModuleInfo structure    moduleInfo :: Session -> [Module] -> IO (Maybe [ModuleInfo])  | 
