#3515: Use --make mode by default
-----------------------------+----------------------------------------------
Reporter:  duncan            |          Owner:                  
    Type:  feature request   |         Status:  new             
Priority:  normal            |      Component:  Driver          
 Version:                    |       Severity:  normal          
Keywords:                    |       Testcase:                  
      Os:  Unknown/Multiple  |   Architecture:  Unknown/Multiple
-----------------------------+----------------------------------------------
 Terribly radical suggestion, have --make mode be the default. Just think
 of the annual number of keystrokes saved!

 It would not actually break the one-shot mode that build systems use.
 Proper build systems compile .hs modules using -c and they link by
 specifying .o files, not .hs files.

 Thus we can change the meaning of things like:
 {{{
 ghc foo.hs -o foo
 }}}
 without changing the meaning of either of these:
 {{{
 ghc -c foo.hs
 ghc foo.o -o foo
 }}}

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