<span class="ppt" id="_user_glasgow-haskell-users@haskell.org">I notice that some of GHC&#39;s command-line parameters do not work from within the OPTIONS_GHC pragma (6.6.1 on Windows).&nbsp; I can see how that makes sense for some parameters like &quot;--make&quot;, but what about &quot;-i&quot; and &quot;-v&quot;?&nbsp; Is this intentional or a bug?
<br><br>Can&#39;t specify the include path:<br>{-# OPTIONS_GHC -iMyDir #-}<br><br>Can&#39;t compile a single file in &#39;verbose&#39; mode:<br>{-# OPTIONS_GHC -v #-}<br><br>Thanks,<br>Greg<br></span>