From: Tim Chevalier Date: Sun, 14 Sep 2008 20:36:45 +0000 (+0000) Subject: Comments only: ".core" => ".hcr" X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=53b0e839e67193e1ca7d5013ef6a26faeebf7949;p=ghc-hetmet.git Comments only: ".core" => ".hcr" --- diff --git a/compiler/main/DynFlags.hs b/compiler/main/DynFlags.hs index bb8555e..e8b4f28 100644 --- a/compiler/main/DynFlags.hs +++ b/compiler/main/DynFlags.hs @@ -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