Comments only: ".core" => ".hcr"
authorTim Chevalier <chevalier@alum.wellesley.edu>
Sun, 14 Sep 2008 20:36:45 +0000 (20:36 +0000)
committerTim Chevalier <chevalier@alum.wellesley.edu>
Sun, 14 Sep 2008 20:36:45 +0000 (20:36 +0000)
compiler/main/DynFlags.hs

index bb8555e..e8b4f28 100644 (file)
@@ -310,7 +310,7 @@ data DynFlags = DynFlags {
   stgToDo               :: Maybe [StgToDo],  -- similarly
   hscTarget             :: HscTarget,
   hscOutName            :: String,      -- ^ Name of the output file
-  extCoreName           :: String,      -- ^ Name of the .core output file
+  extCoreName           :: String,      -- ^ Name of the .hcr output file
   verbosity             :: Int,         -- ^ Verbosity level: see "DynFlags#verbosity_levels"
   optLevel              :: Int,         -- ^ Optimisation level
   simplPhases           :: Int,         -- ^ Number of simplifier phases