doc fix: -package-name is more static than dynamic. It can't be used
authorSimon Marlow <marlowsd@gmail.com>
Wed, 6 Apr 2011 08:30:37 +0000 (09:30 +0100)
committerSimon Marlow <marlowsd@gmail.com>
Wed, 6 Apr 2011 08:30:37 +0000 (09:30 +0100)
in a LANGUAGE pragma, but it is parsed by parseDynamicFlags, and it
can be set per-session in the GHC API.  We don't have a name for this
type of flag, but from the user's point of view "static" is probably
less confusing.

docs/users_guide/flags.xml

index ccd3e6c..e0940ae 100644 (file)
            <row>
              <entry><option>-package-name</option> <replaceable>P</replaceable></entry>
              <entry>Compile to be part of package <replaceable>P</replaceable></entry>
-             <entry>dynamic</entry>
+              <entry>static</entry>
              <entry>-</entry>
            </row>
            <row>