From c53964436b2c5725e21371943cb07582e5c6d3a3 Mon Sep 17 00:00:00 2001 From: davve Date: Fri, 22 Sep 2006 18:11:16 +0000 Subject: Skip external package modules sort for now --- src/Main.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]) -- cgit v1.2.3