[project @ 2001-02-07 11:48:10 by simonmar]
authorsimonmar <unknown>
Wed, 7 Feb 2001 11:48:10 +0000 (11:48 +0000)
committersimonmar <unknown>
Wed, 7 Feb 2001 11:48:10 +0000 (11:48 +0000)
wibble

ghc/compiler/compMan/CompManager.lhs

index 5d89433..befb5b3 100644 (file)
@@ -742,8 +742,8 @@ downsweep rootNm old_summaries
                 hs_file = file ++ ".hs"
                 lhs_file = file ++ ".lhs"
 
-        getSummaries :: ModuleName -> IO ModSummary
-        getSummaries nm
+        getSummary :: ModuleName -> IO ModSummary
+        getSummary nm
            -- | trace ("getSummary: "++ showSDoc (ppr nm)) True
            = do found <- findModule nm
                case found of