Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Glasgow Haskell Compiler
GHC
Commits
53b0e839
Commit
53b0e839
authored
Sep 14, 2008
by
chevalier@alum.wellesley.edu
Browse files
Comments only: ".core" => ".hcr"
parent
39566061
Changes
1
Hide whitespace changes
Inline
Side-by-side
compiler/main/DynFlags.hs
View file @
53b0e839
...
...
@@ -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
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment