Ticket #6105 (closed bug: fixed)
GHCi does no respect -fforce-recomp
| Reported by: | SimonHengel | Owned by: | simonmar |
|---|---|---|---|
| Priority: | high | Milestone: | 7.4.2 |
| Component: | GHCi | Version: | 7.4.1 |
| Keywords: | Cc: | ||
| Operating System: | Linux | Architecture: | x86_64 (amd64) |
| Type of failure: | None/Unknown | Difficulty: | Unknown |
| Test Case: | Blocked By: | ||
| Blocking: | Related Tickets: |
Description
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
Change History
Note: See
TracTickets for help on using
tickets.
