23Skidoo / ghc-parmake

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

Fix parmake passing to GHC with wrong options #15

Closed nh2 closed 11 years ago

nh2 commented 11 years ago

We accidentally passed parmakes processed ghc options to ghc instead of the real ones, e.g. it would remove the -o or --make arguments even if parmake decides it wants to let plain ghc handle a situation.

This also fixes the problem that parmake creates executables next to their source files, even if -o is given.

23Skidoo commented 11 years ago

Merged, thanks!

23Skidoo commented 11 years ago

Released as version 0.1.7.