Re: [GHC] #2365: Warn about suspicious flags in OPTIONS_GHC pragmas

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

  * milestone:  6.10 branch = 6.12 branch

-- 
Ticket URL: http://hackage.haskell.org/trac/ghc/ticket/2365#comment:5
GHC http://www.haskell.org/ghc/
The Glasgow Haskell Compiler___
Glasgow-haskell-bugs mailing list
Glasgow-haskell-bugs@haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs


Re: [GHC] #2365: Warn about suspicious flags in OPTIONS_GHC pragmas

2008-07-14 Thread GHC
#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  |  
-+--
Comment (by igloo):

 For -package, see also #1407 and
 http://hackage.haskell.org/trac/ghc/wiki/GhcPackages

-- 
Ticket URL: http://hackage.haskell.org/trac/ghc/ticket/2365#comment:2
GHC http://www.haskell.org/ghc/
The Glasgow Haskell Compiler___
Glasgow-haskell-bugs mailing list
Glasgow-haskell-bugs@haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs


Re: [GHC] #2365: Warn about suspicious flags in OPTIONS_GHC pragmas

2008-06-16 Thread GHC
#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
Glasgow-haskell-bugs@haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs