Reachable modules from DynFlags out of date

2014-12-15 Thread Simon Peyton Jones
Hum. Reachable modules from DynFlags out of date What can I do now? Validated ok on my windows laptop. So I'm sorry but it looks as if I have broken HEAD. Could revert but I'd prefer to fix. I did change some imports. Thanks Simon HC [stage 1] compiler/stage2/build/SPARC/CodeGen.o HC

Re: Reachable modules from DynFlags out of date

2014-12-15 Thread Alan Kim Zimmerman
edit compiler/ghc.mk and change the definition of compiler_stage2_dll0_MODULES according to your error message. On Mon, Dec 15, 2014 at 12:58 PM, Simon Peyton Jones simo...@microsoft.com wrote: Hum. “Reachable modules from DynFlags out of date” What can I do now? Validated ok on my

RE: Reachable modules from DynFlags out of date

2014-12-15 Thread Simon Peyton Jones
of date edit compiler/ghc.mkhttp://ghc.mk and change the definition of compiler_stage2_dll0_MODULES according to your error message. On Mon, Dec 15, 2014 at 12:58 PM, Simon Peyton Jones simo...@microsoft.commailto:simo...@microsoft.com wrote: Hum. “Reachable modules from DynFlags out of date” What

Re: Reachable modules from DynFlags out of date

2014-12-15 Thread Alan Kim Zimmerman
a particular change to me. Simon *From:* Alan Kim Zimmerman [mailto:alan.z...@gmail.com] *Sent:* 15 December 2014 11:16 *To:* Simon Peyton Jones *Cc:* ghc-devs@haskell.org *Subject:* Re: Reachable modules from DynFlags out of date edit compiler/ghc.mk and change the definition

RE: Reachable modules from DynFlags out of date

2014-12-15 Thread Simon Peyton Jones
@haskell.org Subject: Re: Reachable modules from DynFlags out of date When I have hit this the error message normally lists the items that should be added or remove. What is the full error message? On Mon, Dec 15, 2014 at 1:20 PM, Simon Peyton Jones simo...@microsoft.commailto:simo...@microsoft.com

Re: Reachable modules from DynFlags out of date

2014-12-15 Thread Alan Kim Zimmerman
doesn’t suggest a particular change to me. Simon *From:* Alan Kim Zimmerman [mailto:alan.z...@gmail.com] *Sent:* 15 December 2014 11:16 *To:* Simon Peyton Jones *Cc:* ghc-devs@haskell.org *Subject:* Re: Reachable modules from DynFlags out of date edit compiler/ghc.mk and change

Re: Reachable modules from DynFlags out of date

2014-12-15 Thread Jan Stolarek
I suspect you need to add all of I believe Simon needs to figure out the diff, ie. which modules are displayed in the dependency list but are missing in the compiler/ghc.mk file. I recall I had to done the same in one of my commits:

RE: Reachable modules from DynFlags out of date

2014-12-15 Thread Simon Peyton Jones
: 15 December 2014 13:45 | To: Simon Peyton Jones | Subject: Re: Reachable modules from DynFlags out of date | | Hello Simon, | | On 2014-12-15 at 11:58:13 +0100, Simon Peyton Jones wrote: | Hum. Reachable modules from DynFlags out of date What can I do | now? | Validated ok on my