aboutsummaryrefslogtreecommitdiff
path: root/src/Main.hs
diff options
context:
space:
mode:
authordavve <davve@dtek.chalmers.se>2006-09-22 18:11:16 +0000
committerdavve <davve@dtek.chalmers.se>2006-09-22 18:11:16 +0000
commitc53964436b2c5725e21371943cb07582e5c6d3a3 (patch)
tree9f789734133837818ac674095114aab295370e33 /src/Main.hs
parent2c20c2f9d79f22d3156670c21f424a68ec05e86c (diff)
Skip external package modules sort for now
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])