Repository : ssh://darcs.haskell.org//srv/darcs/ghc

On branch  : master

http://hackage.haskell.org/trac/ghc/changeset/3617df39a666e6a94afcce66398b508e9afa1eb6

>---------------------------------------------------------------

commit 3617df39a666e6a94afcce66398b508e9afa1eb6
Author: Simon Marlow <[email protected]>
Date:   Wed Apr 6 09:30:37 2011 +0100

    doc fix: -package-name is more static than dynamic.  It can't be used
    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 |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/docs/users_guide/flags.xml b/docs/users_guide/flags.xml
index ccd3e6c..e0940ae 100644
--- a/docs/users_guide/flags.xml
+++ b/docs/users_guide/flags.xml
@@ -560,7 +560,7 @@
            <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>



_______________________________________________
Cvs-ghc mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/cvs-ghc

Reply via email to