catch up with changes to checkModule
authorSimon Marlow <simonmar@microsoft.com>
Mon, 5 Nov 2007 14:22:17 +0000 (14:22 +0000)
committerSimon Marlow <simonmar@microsoft.com>
Mon, 5 Nov 2007 14:22:17 +0000 (14:22 +0000)
utils/ghctags/GhcTags.hs

index 1c7801a..0c9bd35 100644 (file)
@@ -169,7 +169,7 @@ graphData session graph =
     where foundthings ms =
               let filename = msHsFilePath ms
                   modname = moduleName $ ms_mod ms
-              in  do mod <- checkModule session modname
+              in  do mod <- checkModule session modname False
                      return $ maybe (FileData filename []) id $ do
                        m <- mod
                        s <- renamedSource m