aboutsummaryrefslogtreecommitdiff
path: root/src/Main.hs
diff options
context:
space:
mode:
Diffstat (limited to 'src/Main.hs')
-rw-r--r--src/Main.hs2
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])