#6105: GHCi does no respect -fforce-recomp
--------------------------+-------------------------------------------------
 Reporter:  SimonHengel   |          Owner:                
     Type:  bug           |         Status:  new           
 Priority:  normal        |      Component:  GHCi          
  Version:  7.4.1         |       Keywords:                
       Os:  Linux         |   Architecture:  x86_64 (amd64)
  Failure:  None/Unknown  |       Testcase:                
Blockedby:                |       Blocking:                
  Related:                |  
--------------------------+-------------------------------------------------
 To my delightful surprise {{{ghc --make}}} respects {{{-fforce-recomp}}},
 when given in a source file with {{{OPTIONS_GHC}}}.

 But {{{GHCi}}} does not respect it.

 Steps to reproduce:

 {{{
 -- file Bar.hs
 {-# OPTIONS_GHC -fforce-recomp #-}
 module Bar where
 }}}

 {{{
 $ ghci Bar.hs
 *Bar> :reload
 }}}

 Expected result: {{{Bar.hs}}} is recompiled on {{{:reload}}}

 Actual result: Nothing is recompiled on {{{:reload}}}

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