From d1df0c600a5191df08e28b3f1eaa371deba45d5e Mon Sep 17 00:00:00 2001 From: Ian Lynagh Date: Wed, 10 Jun 2009 12:46:11 +0000 Subject: [PATCH] Change GHC_OPTIONS to OPTIONS_GHC --- compiler/main/DriverPipeline.hs | 2 +- docs/users_guide/6.6-notes.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/compiler/main/DriverPipeline.hs b/compiler/main/DriverPipeline.hs index c8cf4c9..5a7e78d 100644 --- a/compiler/main/DriverPipeline.hs +++ b/compiler/main/DriverPipeline.hs @@ -491,7 +491,7 @@ data PipelineOutput -- at which stage to stop. -- -- The DynFlags can be modified by phases in the pipeline (eg. by --- GHC_OPTIONS pragmas), and the changes affect later phases in the +-- OPTIONS_GHC pragmas), and the changes affect later phases in the -- pipeline. runPipeline :: GhcMonad m => diff --git a/docs/users_guide/6.6-notes.xml b/docs/users_guide/6.6-notes.xml index bd45619..a04b99e 100644 --- a/docs/users_guide/6.6-notes.xml +++ b/docs/users_guide/6.6-notes.xml @@ -132,7 +132,7 @@ The following flags (and, where appropriate, their inverses) used to be static (can only be given on the command line) but are now dynamic (can also be given in - a GHC_OPTIONS pragma or with + an OPTIONS_GHC pragma or with :set in GHCi): , , -- 1.7.10.4