#2365: Warn about suspicious flags in OPTIONS_GHC pragmas
-----------------------------+----------------------------------------------
 Reporter:  igloo            |          Owner:             
     Type:  feature request  |         Status:  new        
 Priority:  normal           |      Milestone:  6.10 branch
Component:  Compiler         |        Version:  6.8.2      
 Severity:  normal           |     Resolution:             
 Keywords:                   |     Difficulty:  Unknown    
 Testcase:                   |   Architecture:  Unknown    
       Os:  Unknown          |  
-----------------------------+----------------------------------------------
Changes (by claus):

 * cc: claus (added)

Comment:

 Another candidate:
 {{{
 {-# OPTIONS_GHC -package ghc #-}
 }}}
 It would be even nicer, of course, if that actually worked!-) This flag is
 neither static (it works in GHCi) nor dynamic (it doesn't work in a
 pragma) and the former makes me wonder whether the latter couldn't work as
 well?

-- 
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/2365#comment:1>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
_______________________________________________
Glasgow-haskell-bugs mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs

Reply via email to