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

2015-11-15 Thread Ben Gamari
Ömer Sinan Ağacan writes: > 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

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,