From: Simon Marlow Date: Wed, 6 Apr 2011 08:30:37 +0000 (+0100) Subject: doc fix: -package-name is more static than dynamic. It can't be used X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=3617df39a666e6a94afcce66398b508e9afa1eb6 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. --- 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 @@ P Compile to be part of package P - dynamic + static -