23Skidoo / ghc-parmake

A parallel wrapper for 'ghc --make'.
BSD 3-Clause "New" or "Revised" License
10 stars 2 forks source link

Fix profiling builds #3

Closed nh2 closed 11 years ago

nh2 commented 11 years ago

The attached fixes make it possible to do profiling builds through ghc-parmake, and also address a few other errors.

Note: We should really change the way that parsing is done in the future, I am pretty sure that will break a lot (and does so silently).

I think we should write a proper parser for these Makefiles (I think they are always file : file, so maybe we don't need any change, but need to check), and fail loudly when they don't parse (but not in this pull request).

23Skidoo commented 11 years ago

Thanks for the patches. Overall looks good, will merge after you address my comments.

23Skidoo commented 11 years ago

Ok, merged. Do you want me to push a new release to Hackage?

nh2 commented 11 years ago

Nice. I'll continue running ghc-parmake on my project a bit more, and if I find no more, we should push it.