From 3617df39a666e6a94afcce66398b508e9afa1eb6 Mon Sep 17 00:00:00 2001 From: Simon Marlow Date: Wed, 6 Apr 2011 09:30:37 +0100 Subject: [PATCH] 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 file changed, 1 insertion(+), 1 deletion(-) 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 - -- 1.7.10.4