[GHC] #11556: GHC recompiles unchanged hs-boot files

GHC ghc-devs at haskell.org
Mon Feb 8 03:44:06 UTC 2016


#11556: GHC recompiles unchanged hs-boot files
-------------------------------------+-------------------------------------
        Reporter:  thomie            |                Owner:
            Type:  bug               |               Status:  new
        Priority:  normal            |            Milestone:
       Component:  Driver            |              Version:  7.10.3
      Resolution:                    |             Keywords:
Operating System:  Unknown/Multiple  |         Architecture:
                                     |  Unknown/Multiple
 Type of failure:  None/Unknown      |            Test Case:
                                     |  driver/recomp002/recomp002
      Blocked By:                    |             Blocking:
 Related Tickets:  #11013, #10333    |  Differential Rev(s):
       Wiki Page:                    |
-------------------------------------+-------------------------------------
Changes (by thomie):

 * testcase:   => driver/recomp002/recomp002


Comment:

 Please tell me this is indeed a bug.

 For a testsuite testcase, append the following two lines to
 `testsuite/tests/driver/recomp002/Makefile`.
 {{{
         touch W.hs
         '$(TEST_HC)' $(TEST_HC_OPTS_NO_RECOMP) --make Q.hs
 }}}

 Only `W.hs` should get recompiled, not `W.hs-boot`.

--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/11556#comment:1>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler


More information about the ghc-tickets mailing list