[GHC] #1108: -package and -idir in OPTIONS_GHC are ignored, but manual says that they're dynamic

GHC trac at galois.com
Thu Feb 1 07:43:20 EST 2007


#1108: -package and -idir in OPTIONS_GHC are ignored, but manual says that they're
dynamic
--------------------------------+-------------------------------------------
 Reporter:  bjorn at bringert.net  |          Owner:  igloo  
     Type:  merge               |         Status:  new    
 Priority:  normal              |      Milestone:  6.6.1  
Component:  Compiler            |        Version:  6.6    
 Severity:  normal              |     Resolution:         
 Keywords:                      |     Difficulty:  Unknown
 Testcase:                      |   Architecture:  Unknown
       Os:  Unknown             |  
--------------------------------+-------------------------------------------
Changes (by simonmar):

  * owner:  => igloo
  * type:  bug => merge

Comment:

 These flags are not fully dynamic: they work with GHCi's `:set`, but not
 in `OPTIONS_GHC`.  I've now documented that.

 Ian, please merge:

 {{{
 Thu Feb  1 12:40:58 GMT 2007  Simon Marlow <simonmar at microsoft.com>
   * some dynamic flags cannot be used with OPTIONS_GHC, e.g. -i, -package
   fixes #1108
 }}}

-- 
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/1108>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler


More information about the Glasgow-haskell-bugs mailing list