#2527: all ghc language extensions should have their own flags
--------------------------------+-------------------------------------------
    Reporter:  fergushenderson  |       Owner:          
        Type:  feature request  |      Status:  new     
    Priority:  normal           |   Component:  Compiler
     Version:  6.8.3            |    Severity:  normal  
    Keywords:                   |    Testcase:          
Architecture:  Multiple         |          Os:  Multiple
--------------------------------+-------------------------------------------
 Right now, to enable some ghc features such as unboxed types, there is no
 way of doing so except with "-fglasgow-exts", which also enables every
 other ghc feature.  It would be nice to have individual options for every
 ghc language extension, so that we can only enable the specific extensions
 that we want.

-- 
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/2527>
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