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

build system issue: some changes in libraries doesn't trigger required rebuilds

2015-11-14 Thread Ömer Sinan Ağacan
Hi all, I'm having this annoying issue all the time: Whenever a `git pull origin master` updates a library(one of the submodules, like `Binary`) a `make` doesn't trigger required rebuilds(e.g. it doesn't rebuild libraries and tries to rebuild GHC code). I don't know how to force build libraries,