Create .hi-boot and .o-boot files in --make mode; fixes trac #1322
authorIan Lynagh <igloo@earth.li>
Thu, 19 Jul 2007 11:27:36 +0000 (11:27 +0000)
committerIan Lynagh <igloo@earth.li>
Thu, 19 Jul 2007 11:27:36 +0000 (11:27 +0000)
commit4630ac742d08f4ec9a4a6911834f2e5844558754
treedcfeb0072430dd78d3ca00d37e32c536a93d5dcc
parentee40dd6ba3e4effa2cf6c6f06dc2b7477fc55f18
Create .hi-boot and .o-boot files in --make mode; fixes trac #1322
We were recompiling the .hs-boot files each time, as we were never
writing out the compilation results.
compiler/main/DriverPipeline.hs