Skip to content
GitLab
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
4d2b98d0
Commit
4d2b98d0
authored
Feb 01, 2007
by
Simon Marlow
Browse files
some dynamic flags cannot be used with OPTIONS_GHC, e.g. -i, -package
fixes
#1108
parent
e4fdc426
Changes
2
Hide whitespace changes
Inline
Side-by-side
docs/users_guide/flags.xml
View file @
4d2b98d0
...
...
@@ -358,13 +358,13 @@
<entry><option>
-i
</option><replaceable>
dir1
</replaceable>
:
<replaceable>
dir2
</replaceable>
:...
</entry>
<entry>
add
<replaceable>
dir
</replaceable>
,
<replaceable>
dir2
</replaceable>
, etc. to import path
</entry>
<entry>
dynamic
</entry>
<entry>
static/
<literal>
:set
</literal>
</entry>
<entry>
-
</entry>
</row>
<row>
<entry><option>
-i
</option></entry>
<entry>
Empty the import directory list
</entry>
<entry>
dynamic
</entry>
<entry>
static/
<literal>
:set
</literal>
</entry>
<entry>
-
</entry>
</row>
</tbody>
...
...
@@ -519,7 +519,7 @@
<row>
<entry><option>
-package
</option>
<replaceable>
P
</replaceable></entry>
<entry>
Expose package
<replaceable>
P
</replaceable></entry>
<entry>
dynamic
</entry>
<entry>
static/
<literal>
:set
</literal>
</entry>
<entry>
-
</entry>
</row>
<row>
...
...
@@ -531,25 +531,25 @@
<row>
<entry><option>
-hide-package
</option>
<replaceable>
name
</replaceable></entry>
<entry>
Hide package
<replaceable>
P
</replaceable></entry>
<entry>
dynamic
</entry>
<entry>
static/
<literal>
:set
</literal>
</entry>
<entry>
-
</entry>
</row>
<row>
<entry><option>
-ignore-package
</option>
<replaceable>
name
</replaceable></entry>
<entry>
Ignore package
<replaceable>
P
</replaceable></entry>
<entry>
dynamic
</entry>
<entry>
static/
<literal>
:set
</literal>
</entry>
<entry>
-
</entry>
</row>
<row>
<entry><option>
-package-conf
</option>
<replaceable>
file
</replaceable></entry>
<entry>
Load more packages from
<replaceable>
file
</replaceable></entry>
<entry>
dynam
ic
</entry>
<entry>
stat
ic
</entry>
<entry>
-
</entry>
</row>
<row>
<entry><option>
-no-user-package-conf
</option></entry>
<entry>
Don't load the user's package config file.
</entry>
<entry>
dynam
ic
</entry>
<entry>
stat
ic
</entry>
<entry>
-
</entry>
</row>
</tbody>
...
...
docs/users_guide/using.xml
View file @
4d2b98d0
...
...
@@ -138,6 +138,11 @@ module X where
<para>
The flag reference tables (
<xref
linkend=
"flag-reference"
/>
) lists the status of each flag.
</para>
<para>
There are a few flags that are static except that they can
also be used with GHCi's
<literal>
:set
</literal>
command; these
are listed as
“
static/
<literal>
:set
</literal>
”
in the
table.
</para>
</sect1>
<sect1
id=
"file-suffixes"
>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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