Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
Alex D
GHC
Commits
d1df0c60
Commit
d1df0c60
authored
Jun 10, 2009
by
Ian Lynagh
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Change GHC_OPTIONS to OPTIONS_GHC
parent
ad379ff7
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
compiler/main/DriverPipeline.hs
compiler/main/DriverPipeline.hs
+1
-1
docs/users_guide/6.6-notes.xml
docs/users_guide/6.6-notes.xml
+1
-1
No files found.
compiler/main/DriverPipeline.hs
View file @
d1df0c60
...
@@ -491,7 +491,7 @@ data PipelineOutput
...
@@ -491,7 +491,7 @@ data PipelineOutput
-- at which stage to stop.
-- at which stage to stop.
--
--
-- The DynFlags can be modified by phases in the pipeline (eg. by
-- The DynFlags can be modified by phases in the pipeline (eg. by
--
GHC_
OPTIONS pragmas), and the changes affect later phases in the
-- OPTIONS
_GHC
pragmas), and the changes affect later phases in the
-- pipeline.
-- pipeline.
runPipeline
runPipeline
::
GhcMonad
m
=>
::
GhcMonad
m
=>
...
...
docs/users_guide/6.6-notes.xml
View file @
d1df0c60
...
@@ -132,7 +132,7 @@
...
@@ -132,7 +132,7 @@
The following flags (and, where appropriate, their inverses)
The following flags (and, where appropriate, their inverses)
used to be static (can only be given on
used to be static (can only be given on
the command line) but are now dynamic (can also be given in
the command line) but are now dynamic (can also be given in
a
<literal>
GHC_
OPTIONS
</literal>
pragma or with
a
n
<literal>
OPTIONS
_GHC
</literal>
pragma or with
<literal>
:set
</literal>
in GHCi):
<literal>
:set
</literal>
in GHCi):
<option>
-c
</option>
,
<option>
-c
</option>
,
<option>
-hcsuf
</option>
,
<option>
-hcsuf
</option>
,
...
...
Write
Preview
Markdown
is supported
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