
5 Jan
2014
5 Jan
'14
6:55 p.m.
On Sun, Jan 5, 2014 at 3:54 PM, Erik de Castro Lopo
John Lato wrote:
ghc --make doesn't allow building several binaries in one run, however if you use cabal all the separate runs will use a shared build directory, so subsequent builds will be able to take advantage of the intermediate output of the first build.
As long as the ghc-options flags are the same for all the different component sections (I've been bitten by this).
Yes, good point. This is one case where putting the common code in a library will help a lot.