Re: Can't build current HEAD

2015-11-14 Thread David Luposchainsky
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 13.11.2015 19:00, Jan Stolarek wrote: > I am unable to build current HEAD. I'm getting a build error in Outputable > module I just ran into this myself. The ">= 710" is wrong, since 7.10 does not have CallStack yet. Changing it to "> 710" lets

Can't build current HEAD

2015-11-13 Thread Jan Stolarek
I am unable to build current HEAD. I'm getting a build error in Outputable module: compiler/utils/Outputable.hs:1046:28: Not in scope: type constructor or class ‘CallStack’ compiler/utils/Outputable.hs:1047:23: Not in scope: ‘showCallStack’ The most likely culprit is

Re: Can't build current HEAD

2015-11-13 Thread Jan Stolarek
I just verified this does not happen when building with GHC 7.8.4, so if our build machines (harbormaster, travis) are building using 7.8.4 this might not show up in the logs. Janek Dnia piątek, 13 listopada 2015, Jan Stolarek napisał: > I am unable to build current HEAD. I'm getting a build