[project @ 2003-10-22 14:31:09 by simonmar]
[ghc-hetmet.git] / ghc / compiler / compMan / CompManager.lhs
index 58f2769..db19219 100644 (file)
@@ -1032,7 +1032,7 @@ downsweep roots old_summaries
      where
        getRootSummary :: FilePath -> IO ModSummary
        getRootSummary file
-          | haskellish_src_file file
+          | isHaskellSrcFilename file
           = do exists <- doesFileExist file
                if exists then summariseFile file else do
                throwDyn (CmdLineError ("can't find file `" ++ file ++ "'"))